DataGridColumnNotifyPropertyChanged Method

Called by a specific column type when one of its properties changed, and its current cells need to be updated.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
protected void NotifyPropertyChanged(
	string propertyName
)

Parameters

propertyName  String
Indicates which property changed and caused this call

See Also