The AwxCellViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AwxCellViewModel |
Initializes a new instance of the AwxCellViewModel class.
|
Methods
Name | Description | |
---|---|---|
![]() | ClearData |
Clears all data from the cell
(Inherited from DataGridCellViewModel.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetPropertyName``1 | (Inherited from BindableObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | OnPropertyChanged(String) | (Inherited from BindableObject.) |
![]() | OnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) |
![]() | ResolveHyperlink |
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.) |
![]() | SetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) |
![]() | SetAndNotify``1(UMP%, UMP, String) | (Inherited from BindableObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Background |
Background.
(Inherited from DataGridCellViewModel.) |
![]() | CellData |
Gets or sets the cell data.
|
![]() | Column |
Gets the column in which this cell is.
(Inherited from DataGridCellViewModel.) |
![]() | CustomContent |
Custom content in the cell.
(Inherited from DataGridCellViewModel.) |
![]() | EditedValue |
Value edited by the user.
(Inherited from DataGridCellViewModel.) |
![]() | FontFamily |
Font family.
(Inherited from DataGridCellViewModel.) |
![]() | FontSize |
Cell font size.
(Inherited from DataGridCellViewModel.) |
![]() | FontStretch |
Font stretch.
(Inherited from DataGridCellViewModel.) |
![]() | FontStyle |
Font style.
(Inherited from DataGridCellViewModel.) |
![]() | FontWeight |
Font weight.
(Inherited from DataGridCellViewModel.) |
![]() | Foreground |
Foreground.
(Inherited from DataGridCellViewModel.) |
![]() | FormattedValue |
Formatted value of the cell.
(Overrides DataGridCellViewModel..::..FormattedValue.) |
![]() | HasResolvedValue |
Indicates that the cell has resolved value. Not resolved typically means it's still waiting for resolving.
(Inherited from DataGridCellViewModel.) |
![]() | HyperlinkValue |
Hyperlink text.
(Inherited from DataGridCellViewModel.) |
![]() | Image |
Decoded image that is shown in the DataGrid.
(Inherited from DataGridCellViewModel.) |
![]() | IsEditable |
Controls if this cell is editable. Should be true by default and disabled depending on situation.
(Inherited from DataGridCellViewModel.) |
![]() | IsSelected |
Gets or sets a value indicating whether the cell is selected.
(Inherited from DataGridCellViewModel.) |
![]() | Row |
Gets the row in which this cell is.
(Inherited from DataGridCellViewModel.) |
![]() | ShouldStartEditing |
Tells that this cell should start editing.
(Inherited from DataGridCellViewModel.) |
![]() | ShowValue |
Show value?
(Inherited from DataGridCellViewModel.) |
![]() | Style |
Gets the style.
(Inherited from DataGridCellViewModel.) |
![]() | StyleKey |
Identificator of style.
Gets or sets the style key.
(Inherited from DataGridCellViewModel.) |
![]() | StyleSelectorKey |
Identificator of style.
Gets or sets the style key.
(Inherited from DataGridCellViewModel.) |
![]() | Tooltip |
Tooltip for the cell to display
(Inherited from DataGridCellViewModel.) |
![]() | TooltipCell |
Cell that should be used for the tooltip.
|
![]() | Value |
Gets or sets the value of the cell.
(Inherited from DataGridCellViewModel.) |
Events
Name | Description | |
---|---|---|
![]() | EditedValueSet |
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.) |
![]() | PropertyChanged | (Inherited from BindableObject.) |