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

FieldValueElement.AllowVerticalSizing Property

Gets or sets whether a field value cell can be vertically resized.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public bool AllowVerticalSizing { get; set; }

Property Value

Type Description
Boolean

true if a field value cell can be vertically resized; otherwise, false.

See Also