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

Declaration

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

Property Value

Type Default Description
Int32 21

An integer value that specifies the tree offset.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RowTreeOffset
WinForms Controls PivotGridControl
.OptionsView.RowTreeOffset
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsView.RowTreeOffset
MVCxPivotGrid
.OptionsView.RowTreeOffset
PivotGridSettings
.OptionsView.RowTreeOffset
Reporting XRPivotGrid
.OptionsView.RowTreeOffset

Remarks

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

pivotgrid_rowtotalslocation_tree

See Also