Back to Devexpress

PivotGridControl.AllowResizing Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-f3503559.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace