[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.Column.OnPropertyChanged

OnPropertyChanged Method

OnPropertyChanged(string)

Raises the PropertyChanged event on the parent columns collection.

Declaration
protected override void OnPropertyChanged(string name)
Parameters
Type Name Description
string name

Name of the property that changed.

Overrides