Skip to main content

RefreshCellContent 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)

protected virtual void RefreshCellContent(
Control element,
string propertyName
)

Parameters

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

See Also

Reference

DataGridColumn Class
Avalonia.Controls Namespace