The AwxListItemViewModel type exposes the following members.

Constructors

  NameDescription
Public methodAwxListItemViewModel
Awxes the row view model.

Methods

  NameDescription
Public methodActivate
Activates the row when loaded due to virtualization
(Inherited from DataGridRowViewModel.)
Public methodClearData
Resets all properties to default.
(Inherited from DataGridRowViewModel.)
Public methodDeactivate
Deactivate the row when unloaded due to virtualization
(Inherited from DataGridRowViewModel.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFireRowStyleChanged
Fires property change for NotifyRowStyleChanged;
(Inherited from DataGridRowViewModel.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetPropertyName``1 (Inherited from BindableObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNotifyRowNumberUpdated
Notify the UI that the RowNumber was updated.
(Inherited from DataGridRowViewModel.)
Protected methodOnPropertyChanged(String) (Inherited from BindableObject.)
Protected methodOnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, String) (Inherited from BindableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBackground
Background.
(Inherited from DataGridRowViewModel.)
Public propertyBottomLeftOverview
Gets or sets the bottom left overview.
Public propertyBottomRightOverview
Gets or sets the bottom left overview.
Public propertyCells
Gets the cells in this row.
(Inherited from DataGridRowViewModel.)
Public propertyColumn
Gets the column in which this cell is.
Public propertyContextMenuItems
Context menu.
(Inherited from DataGridRowViewModel.)
Public propertyCustomContent
Custom conent of the cell.
Public propertyData
Alarm data associated with this row.
(Inherited from AwxRowViewModel.)
Public propertyDelayRowStyleChanged
Stop firing NotifyRowStyleChanged changes.
(Inherited from DataGridRowViewModel.)
Public propertyDetail
Gets or sets the detail.
Public propertyDetailsVisibility
Details visibility.
Public propertyEditedValue
Not used.
Public propertyFontFamily
Font family.
(Inherited from DataGridRowViewModel.)
Public propertyFontSize
Font size.
(Inherited from DataGridRowViewModel.)
Public propertyFontStretch
Not used.
Public propertyFontStyle
Font style.
(Inherited from DataGridRowViewModel.)
Public propertyFontWeight
Font weight.
(Inherited from DataGridRowViewModel.)
Public propertyForeground
Foreground.
(Inherited from DataGridRowViewModel.)
Public propertyFormattedValue
Formatted value.
Public propertyGroupedByValue
This value is used for Grouping. Until the row is grouped, the value is null. This property is needed to remember the Original group the row is inserted. The value is used to find the row view model in the items view.
(Inherited from AwxRowViewModel.)
Public propertyHasResolvedValue
Not used.
Public propertyHyperlinkValue
Gets the hyperlink text.
Public propertyImage
Image for KPI.
Public propertyIsEditable
Not used.
Public propertyIsRowMouseOver
Gets or sets a value indicating whether the row is under cursor.
(Inherited from DataGridRowViewModel.)
Public propertyIsSelected
Gets or sets a value indicating whether the row is selected.
(Inherited from DataGridRowViewModel.)
Public propertyNotifyRowStyleChanged
Property changed event gets fired on this property whenever a styling property relevant for a row changes.
(Inherited from DataGridRowViewModel.)
Public propertyRow
Gets the row.
Public propertyRowHeight
Gets or sets the height of the row.
(Inherited from DataGridRowViewModel.)
Public propertyRowNumber
Gets or sets the row number.
(Inherited from DataGridRowViewModel.)
Public propertyShouldStartEditing
Not used.
Public propertyShowValue
Not used.
Public propertyStyle
Style.
(Inherited from DataGridRowViewModel.)
Public propertyStyleKey
Identificator of style. Gets or sets the style key.
(Inherited from DataGridRowViewModel.)
Public propertyStyleSelectorKey
Identificator of style. Gets or sets the style key.
(Inherited from DataGridRowViewModel.)
Public propertyTooltip
Tooltip.
Public propertyTopLeftOverview
Gets or sets the top left overview.
Public propertyTopRightOverview
Gets or sets the top right overview.
Public propertyValue
Gets the value.

Events

  NameDescription
Public eventEditedValueSet
Not used.
Public eventPropertyChanged (Inherited from BindableObject.)

See Also