DataPA Enterprise Dashboard Controls API Reference
Gets and sets a FilterNode in this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public FilterNode this[
	int Index
] { get; set; }
Visual Basic
Public Property Item ( 
	Index As Integer
) As FilterNode
	Get
	Set
Visual C++
public:
virtual property FilterNode^ Item[int Index] {
	FilterNode^ get (int Index) sealed;
	void set (int Index, FilterNode^ value) sealed;
}

Parameters

Index
Type: System..::..Int32
The index of the FilterNode

Property Value

Type: FilterNode
The FilterNode you wish to place in the collection.

Return Value

Type: FilterNode
The FilterNode you wish to retrieve from the collection.

Remarks