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

FieldValueElement.AllowHorizontalSizing Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool AllowHorizontalSizing { get; set; }

Property Value

Type Description
Boolean

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

See Also