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

PivotGridControl.AllowResizing Property

Gets or sets whether end-users are allowed to resize the PivotGridControl’s elements. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public bool AllowResizing { get; set; }

Property Value

Type Description
Boolean

true if end-users are allowed to resize the PivotGridControl’s elements; otherwise, false.

See Also