Skip to main content

FieldValueSplitData Class

Represents a cell created when splitting a field value cell.

Namespace: DevExpress.XtraPivotGrid.Data

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

#Declaration

public class FieldValueSplitData

#Remarks

The FieldValueSplitData class instances are used when handling the CustomFieldValueCells event. A collection of FieldValueSplitData objects is passed to the event parameter's Split method. Each element of the collection represents a single cell that should be created after splitting the current one. The entire collection defines how the current cell is split.

The FieldValueSplitData class provides the FieldValueSplitData.NestedCellCount property that defines the size of the newly created cell, and the FieldValueSplitData.Value property that specifies the cell's value.

#Inheritance

Object
FieldValueSplitData
See Also