Back to Devexpress

ColumnView.ColumnUnboundExpressionChanged Event

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-4026cb96.md

latest1.7 KB
Original Source

ColumnView.ColumnUnboundExpressionChanged Event

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

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Property Changed")]
public event ColumnEventHandler ColumnUnboundExpressionChanged
vb
<DXCategory("Property Changed")>
Public Event ColumnUnboundExpressionChanged As ColumnEventHandler

Event Data

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

PropertyDescription
ColumnGets the column being processed.

See Also

UnboundExpression

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace