Gets or sets the string that specifies the display format
for the text of a toolbar item to which the C1ToolBarItemBinding object is applied.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Databindings")] [LocalizableAttribute(true)] [DefaultValueAttribute("")] public string FormatString { get; set; } |
| Visual Basic (Declaration) |
|---|
<C1CategoryAttribute("Category.Databindings")> _ <LocalizableAttribute(True)> _ <DefaultValueAttribute("")> _ Public Property FormatString As String Get Set |