Initializes a new instance of the AwxColumnViewModel class.
Namespace: Ico.AnyGlass.AlarmWorX.ViewModelAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public AwxColumnViewModel( ILocalizable localizable, IAwxAlarmField column, int originalIndex, IList<IDataGridColumn> columns, EventField field, bool isReadOnly, ICommand executeHyperlinkCommand, bool isSortable, double width ) |
Visual Basic |
---|
Public Sub New ( _ localizable As ILocalizable, _ column As IAwxAlarmField, _ originalIndex As Integer, _ columns As IList(Of IDataGridColumn), _ field As EventField, _ isReadOnly As Boolean, _ executeHyperlinkCommand As ICommand, _ isSortable As Boolean, _ width As Double _ ) |
JScript |
---|
public function AwxColumnViewModel( localizable : ILocalizable, column : IAwxAlarmField, originalIndex : int, columns : IList<IDataGridColumn>, field : EventField, isReadOnly : boolean, executeHyperlinkCommand : ICommand, isSortable : boolean, width : double ) |
Parameters
- localizable
- Type: Ico.WPF.Specialized.DataGridControl.ViewModel..::..ILocalizable
Localizable.
- column
- Type: Ico.Awx.DataGrid..::..IAwxAlarmField
The column.
- originalIndex
- Type: System..::..Int32
Index of the original.
- columns
- Type: System.Collections.Generic..::..IList<(Of <(<'IDataGridColumn>)>)>
The columns.
- field
- Type: Ico.Awx.Common..::..EventField
The field.
- isReadOnly
- Type: System..::..Boolean
if set to true [is read only].
- executeHyperlinkCommand
- Type: System.Windows.Input..::..ICommand
The execute hyperlink command.
- isSortable
- Type: System..::..Boolean
if set to true [is sortable].
- width
- Type: System..::..Double
Optional width if not specified by the column.