DataGridNumericUpDownColumn.

RefreshCellContent(FrameworkElement, string) Method

Summary

Rebuilds the contents of a cell in the column in response to a binding change.

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