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