Gets or sets the tree offset.
Namespace:DevExpress.XtraPivotGrid
Assembly:DevExpress.PivotGrid.v19.2.Core.dll

Syntax
C# |
public virtual int RowTreeOffset { get; set; }
|
VB |
Overridable Public Property RowTreeOffset As Integer
|
Property value
Type: Int32
An integer value that specifies the tree offset.
The default is 21.

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


See Also