DataPA Enterprise Dashboard Controls API Reference
The FilterNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FilterNode()()()() |
Creates and returns a new FilterNode object
|
|
FilterNode(FilterNodes, String, Object) |
Creates and returns a new FilterNode object
|
|
FilterNode(FilterNodes, String, Object, Boolean) |
Creates and returns a new FilterNode object
|
Methods
Name | Description | |
---|---|---|
GetObjectData | ||
SetObjectData |
Fields
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Properties
Name | Description | |
---|---|---|
Checked |
Gets and sets a value that indicates whether this node is checked.
|
|
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.
|
|
Guid |
Gets a Guid that uniquely identifies this FilterNode.
|
|
HasCheckedDescendant |
Gets a value that indicates if this node has any descendant nodes with a checked property of true.
|
|
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.
|
|
Parent |
Gets and sets a FilterNodes object that represents the parent of this object.
|
|
Value |
Gets and sets the value that this node represents.
|