DataGridViewTopLeftHeaderCell::DataGridViewTopLeftHeaderCellAccessibleObject::Value Property

 

The value of the containing DataGridViewTopLeftHeaderCell.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ Value {
	[SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::UnmanagedCode)]
	virtual String^ get() override;
}

Property Value

Type: System::String^

Always returns Empty.

SecurityPermission

to call unmanaged code. Demand value: Demand. Permission value: UnmanagedCode

.NET Framework
Available since 2.0
Return to top
Show: