The C1TreeViewNodeBinding type exposes the following members.

Properties

  Name Description
Public property CollapsedImageUrlField
Gets or sets the name of the field from the data source to bind to the CollapsedImageUrl property of a C1TreeViewNode object to which the C1TreeViewNodeBinding object is applied.
Public property DataMember
Gets or sets the value to match against a IHierarchyData. Type property for a data item to determine whether to apply the tree node binding.
Public property Depth
Gets or sets the node depth at which the C1TreeViewNodeBinding object is applied.
Public property EnabledField
Gets or sets the name of the field from the data source to bind to the Enabled property of a C1TreeViewNode object to which the C1TreeViewNodeBinding object is applied.
Public property ExpandedField
Gets or sets the name of the field from the data source to bind to the Expanded property of a C1TreeViewNode object to which the C1TreeViewNodeBinding object is applied.
Public property ExpandedImageUrlField
Gets or sets the name of the field from the data source to bind to the ExpandedImageUrl property of a C1TreeViewNode object to which the C1TreeViewNodeBinding object is applied.
Public property FormatString
Gets or sets the string that specifies the display format for the text of the C1TreeViewNode node to which the C1TreeViewNodeBindingobject is applied.
Public property ImageUrlField
Gets or sets the name of the field from the data source to bind to the ImageUrl property of a C1TreeViewNode object to which the C1TreeViewNodeBinding object is applied.
Public property NavigateUrlField
Gets or sets the name of the field from the data source to bind to the NavigateUrl property of a C1TreeViewNode object to which the C1TreeViewNodeBinding object is applied.
Public property TextField
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.
Public property ValueField
Gets or sets the name of the field from the data source to bind to the Value property of a C1TreeViewNode object to which the C1TreeViewNodeBinding object is applied.

See Also