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

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

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