Gets or sets the header text of column.
Namespace:
C1.Web.UI.Controls.C1ComboBoxAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[JsonAttribute(true, true, null)] [LayoutAttribute(LayoutType.Misc)] [DefaultValueAttribute(null)] public string FieldName { get; set; } |
| Visual Basic (Declaration) |
|---|
<JsonAttribute(True, True, Nothing)> _ <LayoutAttribute(LayoutType.Misc)> _ <DefaultValueAttribute(Nothing)> _ Public Property FieldName As String Get Set |