Back to Devexpress

PivotLayoutAllowEventArgs.Allow Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotlayoutalloweventargs.md

latest1.5 KB
Original Source

PivotLayoutAllowEventArgs.Allow Property

Gets or sets whether to allow upgrading the control layout.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool Allow { get; set; }
vb
Public Property Allow As Boolean

Property Value

TypeDescription
Boolean

true to allow the operation; otherwise, false.

|

Remarks

Set the Allow property to false , to prevent the layout from being upgraded.

To obtain the textual representation of the previous layout version, use the PivotLayoutUpgradeEventArgs.PreviousVersion property.

See Also

PreviousVersion

PivotLayoutAllowEventArgs Class

PivotLayoutAllowEventArgs Members

DevExpress.Xpf.PivotGrid Namespace