Skip to main content
All docs
V24.2

IPivotTable.Data Property

Specifies an object that supplies Pivot Table data.

Namespace: DevExpress.Blazor.PivotTable

Assembly: DevExpress.Blazor.PivotTable.v24.2.dll

NuGet Package: DevExpress.Blazor.PivotTable

Declaration

[DefaultValue(null)]
object Data { get; set; }

Property Value

Type Default Description
Object null

Supplies Pivot Table data.

Remarks

Refer to the Data property description for more information and an example.

See Also