The AwxCellViewModel type exposes the following members.

Constructors

  NameDescription
Public methodAwxCellViewModel
Initializes a new instance of the AwxCellViewModel class.

Methods

  NameDescription
Public methodClearData
Clears all data from the cell
(Inherited from DataGridCellViewModel.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
Protected methodOnPropertyChanged(String) (Inherited from BindableObject.)
Protected methodOnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Public methodResolveHyperlink
Resolves the HyperlinkText property in case it contains {{ColumnName}} string. If it does, it also sets up a new listener for the target cell value in the target column so that when that value changes, the view gets properly updated.
(Inherited from DataGridCellViewModel.)
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 DataGridCellViewModel.)
Public propertyCellData
Gets or sets the cell data.
Public propertyColumn
Gets the column in which this cell is.
(Inherited from DataGridCellViewModel.)
Public propertyCustomContent
Custom content in the cell.
(Inherited from DataGridCellViewModel.)
Public propertyEditedValue
Value edited by the user.
(Inherited from DataGridCellViewModel.)
Public propertyFontFamily
Font family.
(Inherited from DataGridCellViewModel.)
Public propertyFontSize
Cell font size.
(Inherited from DataGridCellViewModel.)
Public propertyFontStretch
Font stretch.
(Inherited from DataGridCellViewModel.)
Public propertyFontStyle
Font style.
(Inherited from DataGridCellViewModel.)
Public propertyFontWeight
Font weight.
(Inherited from DataGridCellViewModel.)
Public propertyForeground
Foreground.
(Inherited from DataGridCellViewModel.)
Public propertyFormattedValue
Formatted value of the cell.
(Overrides DataGridCellViewModel..::..FormattedValue.)
Public propertyHasResolvedValue
Indicates that the cell has resolved value. Not resolved typically means it's still waiting for resolving.
(Inherited from DataGridCellViewModel.)
Public propertyHyperlinkValue
Hyperlink text.
(Inherited from DataGridCellViewModel.)
Public propertyImage
Decoded image that is shown in the DataGrid.
(Inherited from DataGridCellViewModel.)
Public propertyIsEditable
Controls if this cell is editable. Should be true by default and disabled depending on situation.
(Inherited from DataGridCellViewModel.)
Public propertyIsSelected
Gets or sets a value indicating whether the cell is selected.
(Inherited from DataGridCellViewModel.)
Public propertyRow
Gets the row in which this cell is.
(Inherited from DataGridCellViewModel.)
Public propertyShouldStartEditing
Tells that this cell should start editing.
(Inherited from DataGridCellViewModel.)
Public propertyShowValue
Show value?
(Inherited from DataGridCellViewModel.)
Public propertyStyle
Gets the style.
(Inherited from DataGridCellViewModel.)
Public propertyStyleKey
Identificator of style. Gets or sets the style key.
(Inherited from DataGridCellViewModel.)
Public propertyStyleSelectorKey
Identificator of style. Gets or sets the style key.
(Inherited from DataGridCellViewModel.)
Public propertyTooltip
Tooltip for the cell to display
(Inherited from DataGridCellViewModel.)
Public propertyTooltipCell
Cell that should be used for the tooltip.
Public propertyValue
Gets or sets the value of the cell.
(Inherited from DataGridCellViewModel.)

Events

  NameDescription
Public eventEditedValueSet
Event fired each time EditedValue is set. That means it fires even when EditedValue doesn't fire its PropertyChanged (when the new value equals the old).
(Inherited from DataGridCellViewModel.)
Public eventPropertyChanged (Inherited from BindableObject.)

See Also