DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The name of this column.
Gets the name of this column.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string ColumnName { get; } |
Visual Basic |
---|
Public ReadOnly Property ColumnName As String Get |
Visual C++ |
---|
public: virtual property String^ ColumnName { String^ get () sealed; } |
Return Value
Type: StringThe name of this column.