FilterNode Properties |
The FilterNode type exposes the following members.
Name | Description | |
---|---|---|
Checked |
Gets and sets a value that indicates whether this node is checked.
|
|
COMValue |
Gets and sets the selected value that this treeview node returns. (String version for COM, which cannot expose object properties).
|
|
DisplayValue |
Gets the display value that will be used to display the treeview node.
|
|
Expanded |
Gets and sets a property that indicates if this node should be expanded when the tree is rebuilt.
|
|
FilterNodes |
Gets and sets the child FilterNodes collection for this FilterNode.
|
|
FilterString |
Gets the filter string that this node represents.
|
|
GroupColumn |
Gets the group column that represents this treeview node.
|
|
HasCheckedDescendant |
Gets a value that indicates if this node has any descendant nodes with a checked property of true.
|
|
HasDescendants |
Gets a value that indicates if this node has any descendant nodes.
|
|
HasUnCheckedDescendant |
Gets a value that indicates if this node has any descendant nodes with a checked property of false.
|
|
ID |
Gets a String that uniquely identifies this FilterNode.
|
|
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
|
|
Parent |
Gets and sets a FilterNodes object that represents the parent of this object.
|
|
Value |
Gets and sets the value that this node represents.
|