DataGridView.DataGridViewTopRowAccessibleObject.Value Property

Definition

Gets the value of an accessible object.

public:
 virtual property System::String ^ Value { System::String ^ get(); };
public override string Value { get; }
member this.Value : string
Public Overrides ReadOnly Property Value As String

Property Value

The string "Top Row".

Remarks

The Value property is the same as the Name property.

Applies to

See also