Skip to main content

PivotGridControl.RowTreeWidth Property

Gets or sets the width of the innermost row field values when they are arranged into a tree. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

[XtraSerializablePropertyId(3)]
[XtraSerializableProperty]
public int RowTreeWidth { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies the width of the innermost row field values, in pixels.

#Remarks

pivotgrid_rowtreesettings

See Also