Skip to main content
All docs
V25.1
  • PivotTableArea Enum

    Lists values that specify the area where the Pivot Table field is displayed.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    public enum PivotTableArea

    Members

    Name Description
    Row

    A row field.

    Column

    A column field.

    Filter

    A filter field.

    Data

    A data field.

    Remarks

    Use the Pivot Table field’s Area property to specify the are where the field is displayed. Refer to the property description for more information and examples.

    See Also