DataPA Enterprise Dashboard Controls API Reference

The FilterNode type exposes the following members.

Constructors

  Name Description
Public method FilterNode()()()()
Creates and returns a new FilterNode object
Public method FilterNode(FilterNodes, String, Object)
Creates and returns a new FilterNode object
Public method FilterNode(FilterNodes, String, Object, Boolean)
Creates and returns a new FilterNode object

Methods

  Name Description
Public method GetObjectData
Protected method SetObjectData

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property Checked
Gets and sets a value that indicates whether this node is checked.
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 Guid
Gets a Guid that uniquely identifies this FilterNode.
Public property HasCheckedDescendant
Gets a value that indicates if this node has any descendant nodes with a checked property of true.
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 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.

See Also