DataGridColumnRefreshCellContent Method

Called by the DataGrid control when a column asked for its elements to be refreshed, typically because one of its properties changed.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
protected virtual void RefreshCellContent(
	Control element,
	string propertyName
)

Parameters

element  Control
Indicates the element that needs to be refreshed
propertyName  String
Indicates which property changed and caused this call

See Also