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

TreeList.ColumnUnboundExpressionChanged Event

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public event ColumnChangedEventHandler ColumnUnboundExpressionChanged

Event Data

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

Property Description
Column Gets a Tree List column.
See Also