DataGridView::DataGridViewTopRowAccessibleObject::Value Property

 

Gets the value of an accessible object.

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^

The string "Top Row".

The Value property is the same as the Name property.

SecurityPermission

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

.NET Framework
Available since 2.0
Return to top
Show: