PivotTablePersistentLayoutField.AreaIndex Property
Specifies the field’s area index.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
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 more information and an example.
See Also