Skip to main content

GridColumnCollection.ColumnPropertyChanged Event

Occurs after a column‘s property has been changed.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public event PropertyChangedEventHandler ColumnPropertyChanged

Event Data

The ColumnPropertyChanged event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:

Property Description
PropertyName Gets the name of the property that changed.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also