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

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

Syntax

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

Parameters

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

Property Value

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

Return Value

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

Remarks