PivotGridOptionsViewBase.RowTreeOffset Property
Gets or sets the tree offset.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)]
public virtual int RowTreeOffset { get; set; }
Property Value
Type | Description |
---|---|
Int32 | 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