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