ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNodeBinding Class / TextField Property

In This Topic
    TextField Property (C1TreeViewNodeBinding)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property TextField As System.String
    public System.string TextField {get; set;}
    See Also