Modifier

DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.Value Property

Definition

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 value of the DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.

Remarks

The Value property is the same as the Name property.

Applies to

See also