Click or drag to resize
FilterNode Properties DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The FilterNode type exposes the following members.

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