DataGridColumn.RefreshCellContent Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Refreshes the contents of a cell in the column in response to a column property value change.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)
Syntax
'Declaration
Protected Friend Overridable Sub RefreshCellContent ( _
element As FrameworkElement, _
propertyName As String _
)
protected internal virtual void RefreshCellContent(
FrameworkElement element,
string propertyName
)
Parameters
- element
Type: System.Windows.FrameworkElement
The element returned by the Content property of the cell to refresh.
- propertyName
Type: System.String
The name of the column property that has changed.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.