Gets or sets a value used as an identifier for the column.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(null)] public string ColumnName { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(Nothing)> _ Public Property ColumnName As String Get Set |