Skip to main content
All docs
V25.1
  • IPivotTable.Data Property

    Specifies an object that supplies Pivot Table data.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.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