Skip to main content

PivotFieldValueCancelEventArgs.Cancel Property

Gets or sets whether the field value can be expanded/collapsed.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to cancel the operation; otherwise, false.

See Also