Skip to main content
All docs
V25.1
  • PivotTablePersistentLayoutField.Area Property

    Specifies the field’s area.

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    [JsonConverter(typeof(JsonStringEnumConverter))]
    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
    public PivotTableArea? Area { get; set; }

    Property Value

    Type Description
    Nullable<PivotTableArea>

    The field area.

    Available values:

    Name Description
    Row

    A row field.

    Column

    A column field.

    Filter

    A filter field.

    Data

    A data field.

    Remarks

    Refer to the PivotTablePersistentLayoutField class description for more information and an example.

    See Also