Skip to main content
A newer version of this page is available. .

PivotGridControl.RowTreeOffset Property

Gets or sets the tree offset. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v21.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public int RowTreeOffset { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the tree offset.

Remarks

pivotgrid_rowtreesettings

See Also