wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-d9dfb5bb.md
Gets or sets the width of columns that correspond to the current field. This is a dependency property.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public double Width { get; set; }
Public Property Width As Double
| Type | Description |
|---|---|
| Double |
A Double value, specifying the width of columns that correspond to the current field.
|
The Width property effect depends on the area where the current field is located.
The PivotGridField.MinWidth property defines the minimum possible width for the column. If the Width property value is less than this value, it is automatically changed to PivotGridField.MinWidth.
To denote a default value of the Width property, use the PivotGridField.DefaultWidth field.
Use the PivotGridField.Height property to specify the height of rows that correspond to the current field.
See Also