PivotGridOptionsViewBase.RowTreeOffset Property
Gets or sets the tree offset.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
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.
See Also