Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public double Width { get; protected set; }

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