Gets or sets the name of the field from the data source to bind to the Text property of a C1TreeViewNode object to which the C1TreeViewNodeBinding object 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")] [TypeConverterAttribute(typeof(DataSourceViewSchemaConverter))] [DefaultValueAttribute("")] public string TextField { get; set; } |
Visual Basic |
---|
<C1CategoryAttribute("Category.Databindings")> _ <TypeConverterAttribute(GetType(DataSourceViewSchemaConverter))> _ <DefaultValueAttribute("")> _ Public Property TextField As String Get Set |