DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Creates and returns a new FilterNode object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public FilterNode( FilterNodes Parent, string ColumnName, Object Value, bool Checked ) |
Visual Basic |
---|
Public Sub New ( Parent As FilterNodes, ColumnName As String, Value As Object, Checked As Boolean ) |
Visual C++ |
---|
public: FilterNode( FilterNodes^ Parent, String^ ColumnName, Object^ Value, bool Checked ) |
Parameters
- Parent
- Type: DataPAEnterpriseDashboard..::..FilterNodes
The parent FilterNodes object.
- ColumnName
- Type: System..::..String
The group column that represents this treeview node.
- Value
- Type: System..::..Object
The value that this node represents.
- Checked
- Type: System..::..Boolean
True if this node is checked.