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