Back to Devexpress

PivotTablePersistentLayoutField.AreaIndex Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablepersistentlayoutfield-8530ca6b.md

latest1.2 KB
Original Source

PivotTablePersistentLayoutField.AreaIndex Property

Specifies the field’s area index.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

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

Property Value

TypeDescription
Nullable<Int32>

The area index.

|

Remarks

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

See Also

PivotTablePersistentLayoutField Class

PivotTablePersistentLayoutField Members

DevExpress.Blazor.PivotTable Namespace