MetaColumn.ShortDisplayName Property
Definition
Gets the short name for the column.
public:
virtual property System::String ^ ShortDisplayName { System::String ^ get(); };
public virtual string ShortDisplayName { get; }
member this.ShortDisplayName : string
Public Overridable ReadOnly Property ShortDisplayName As String
Property Value
The short name for the column.
Implements
IMetaColumn.ShortDisplayName
Remarks
This property is provided for GridView control and other controls where a short name is needed because of limited column-header space.