Back to Devexpress

PivotGridControl.FieldUnboundExpressionChanged Event

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-c8750f26.md

latest1.6 KB
Original Source

PivotGridControl.FieldUnboundExpressionChanged Event

Fires after the PivotGridFieldBase.UnboundExpression property’s value has been changed.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public event PivotFieldEventHandler FieldUnboundExpressionChanged
vb
Public Event FieldUnboundExpressionChanged As PivotFieldEventHandler

Event Data

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

PropertyDescription
FieldGets the field being processed. Inherited from PivotFieldEventArgsBase<T>.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace