The C1TreeViewNodeBinding type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.
|
|
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.
|
|
Depth |
Gets or sets the node depth at which the C1TreeViewNodeBinding object is applied.
|
|
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.
|
|
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.
|
|
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.
|
|
FormatString |
Gets or sets the string that specifies the display format
for the text of the C1TreeViewNode node to which the C1TreeViewNodeBindingobject is applied.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|