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

FieldValueSplitData.NestedCellCount Property

Gets or sets the number of cells nested in the new cell.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public int NestedCellCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the number of cells nested in the new cell.

Remarks

When a field value cell that has several nested cells is split, the nested cells are distributed along the newly created cells. The NestedCellCount property defines the size of the new cell by specifying the number of nested cells it should have.

pivotgrid_splitdata

To specify the value of the new cell, use the FieldValueSplitData.Value property.

See Also