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

PivotGridOptionsViewBase.RowTreeWidth Property

Gets or sets the width of the innermost row field values.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[DefaultValue(100)]
[XtraSerializableProperty]
public virtual int RowTreeWidth { get; set; }

Property Value

Type Default Description
Int32 100

An integer value that specifies the width of the innermost row field values, in pixels.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RowTreeWidth
WinForms Controls PivotGridControl
.OptionsView.RowTreeWidth
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsView.RowTreeWidth
MVCxPivotGrid
.OptionsView.RowTreeWidth
PivotGridSettings
.OptionsView.RowTreeWidth
Reporting XRPivotGrid
.OptionsView.RowTreeWidth

Remarks

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

pivotgrid_rowtotalslocation_tree

See Also