Gets or sets the columns.
Namespace: Ico.AnyGlass.AlarmWorX.ViewModelAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public List<IAwxAlarmField> Columns { get; internal set; } |
| Visual Basic |
|---|
Public Property Columns As List(Of IAwxAlarmField) Get Friend Set |
| JScript |
|---|
function get Columns () : List<IAwxAlarmField> internal function set Columns (value : List<IAwxAlarmField>) |