GridItem::Label Property
.NET Framework (current version)
When overridden in a derived class, gets the text of this GridItem.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This class gets the text that displays in the left column of the grid. The text retrieved can be different from the actual property name of the property represented by this GridItem. You can get the name for a GridItem of type GridItemType::Property by retrieving the PropertyDescriptor and checking its Name property.
.NET Framework
Available since 1.1
Available since 1.1
Show: