ColumnView.ColumnUnboundExpressionChanged Event
Fires after a column’s GridColumn.UnboundExpression property has been changed.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v26.1.dll
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