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

PivotGridOptionsViewBase.RowTreeOffset Property

Gets or sets the tree offset.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v21.2.Core.dll

NuGet Package: DevExpress.PivotGrid.Core

Declaration

[DefaultValue(21)]
public virtual int RowTreeOffset { get; set; }

Property Value

Type Default Description
Int32 21

An integer value that specifies the tree offset.

Remarks

The RowTreeOffset property is in effect when the PivotGridOptionsViewBase.RowTotalsLocation is set to PivotRowTotalsLocation.Tree.

pivotgrid_rowtotalslocation_tree

See Also