Skip to main content

PivotGridOptionsViewBase.RowTreeOffset Property

Gets or sets the tree offset.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

#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