Click or drag to resize

JobGroupViewModel fields

The JobGroupViewModel Type exposes the following members.

Fields
 NameDescription of the
Public FieldColumnCount Returns or sets the number of columns of a square matrix. This value is moved to the GridColumnCount property at a suitable time, to inform the WPF GUI.
Public FieldColumnNumber Returns or sets the column number of the associated control in a square matrix. This value is moved to the GridColumn property at a suitable time, to inform the WPF GUI.
(Inherited from VishnuViewModelBase)
Protected FieldDispatcher The dispatcher of the UI.
(Inherited from ObservableObject)
Public FieldRowCount Returns or sets the number of rows of a square matrix. This value is moved to the GridRowCount property at a suitable time, to inform the WPF GUI.
Public FieldRowNumber Returns or sets the line number of the associated control in a square matrix. This value is moved to the GridRow property at a suitable time, to inform the WPF GUI.
(Inherited from VishnuViewModelBase)
Back to the top
See also