Skip to main content
All docs
V26.1
  • PivotTablePersistentLayoutField.AreaIndex Property

    Specifies the field’s area index.

    Namespace: DevExpress.Blazor.PivotTable

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

    Declaration

    [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
    public int? AreaIndex { get; set; }

    Property Value

    Type Description
    Nullable<Int32>

    The area index.

    Remarks

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

    See Also