Skip to main content

FieldValueElement.AllowVerticalSizing Property

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.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