Skip to main content
A newer version of this page is available. .

ColumnView.ColumnUnboundExpressionChanged Event

Fires after a column’s GridColumn.UnboundExpression property has been changed.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.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