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

NuGet Package: 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