DataGridViewTopLeftHeaderCell::DataGridViewTopLeftHeaderCellAccessibleObject::Name Property
.NET Framework (current version)
Gets the name of the DataGridViewTopLeftHeaderCell::DataGridViewTopLeftHeaderCellAccessibleObject.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::String^The name of the DataGridViewTopLeftHeaderCell::DataGridViewTopLeftHeaderCellAccessibleObject.
If the Value property of the owning DataGridViewTopLeftHeaderCell has been set, this property returns Empty. Otherwise, this property returns "Top Left Header Cell" if the RightToLeft property of the DataGridView control is No, and "Top Right Header Cell" otherwise.
.NET Framework
Available since 2.0
Available since 2.0
Show: