DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The GroupColumn to update in the collection.
The GroupColumn to retrieve from the collection.
Gets and sets a GroupColumn in this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public GroupColumn this[ string ColumnName ] { get; set; } |
| Visual Basic |
|---|
Public Property Item ( ColumnName As String ) As GroupColumn Get Set |
| Visual C++ |
|---|
public: virtual property GroupColumn^ Item[String^ ColumnName] { GroupColumn^ get (String^ ColumnName) sealed; void set (String^ ColumnName, GroupColumn^ value) sealed; } |
Parameters
- ColumnName
- Type: System..::..String
The ColumnName of the column to get or set.
Property Value
Type: GroupColumnThe GroupColumn to update in the collection.
Return Value
Type: GroupColumnThe GroupColumn to retrieve from the collection.