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

FieldValueSplitData.Value Property

Gets or sets the value of the new cell.

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

The value of the new cell.

Remarks

To specify the size of the new cell, use the FieldValueSplitData.NestedCellCount property.

See Also