PivotGridGroup.Width Property
Gets the total width of headers that correspond to the fields of the group.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Double | A double value representing the total width of headers that correspond to the fields of the group. |
Remarks
To specify the width of a column corresponding to a field, use the field’s PivotGridField.Width property.
See Also