DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.Name Property

Definition

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

Property Value

The name of the DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.

Remarks

The name of the DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject is the same as the name of the parent DataGridViewRow.DataGridViewRowAccessibleObject.

Applies to

See also