Skip to main content

FieldValueSplitData.Value Property

Gets or sets the value of the new cell.

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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