ColumnView.ColumnUnboundExpressionChanged Event
Fires after a column’s GridColumn.UnboundExpression property has been changed.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DXCategory("Property Changed")]
public event ColumnEventHandler ColumnUnboundExpressionChanged
Event Data
The ColumnUnboundExpressionChanged event's data class is ColumnEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Column | Gets the column being processed. |
See Also