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

PivotGridControl.FieldWidth Property

Gets or sets the column width for the current pivot grid.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public double FieldWidth { get; set; }

Property Value

Type Description
Double

A Double value that specifies the column width for the current pivot grid.

See Also