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