Back to Devexpress

PivotGridOptionsViewBase.RowTreeOffset Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsviewbase-b01bea17.md

latest1.8 KB
Original Source

PivotGridOptionsViewBase.RowTreeOffset Property

Gets or sets the tree offset.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[DefaultValue(21)]
public virtual int RowTreeOffset { get; set; }
vb
<DefaultValue(21)>
Public Overridable Property RowTreeOffset As Integer

Property Value

TypeDefaultDescription
Int3221

An integer value that specifies the tree offset.

|

Remarks

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

See Also

RowTreeWidth

PivotGridOptionsViewBase Class

PivotGridOptionsViewBase Members

DevExpress.XtraPivotGrid Namespace