Summary
Rebuilds the contents of a cell in the column in response to a binding change.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- Data
Grid Numeric Up Down Column
Syntax
protected override void RefreshCellContent(FrameworkElement element, string propertyName)
Parameters
Name | Type | Description |
---|---|---|
element | FrameworkElement | The cell to update. |
propertyName | string | The name of the column property that has changed. |
Return Value
Type | Description |
---|---|
void |