Back to Devexpress

PivotTablePersistentLayout.Fields Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablepersistentlayout-040a9e49.md

latest1.4 KB
Original Source

PivotTablePersistentLayout.Fields Property

Specifies a collection of objects that store settings for Pivot Table fields.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
[JsonConverter(typeof(PivotTablePersistentLayoutCollectionJsonConverter<PivotTablePersistentLayoutField>))]
public PivotTablePersistentLayoutCollection<PivotTablePersistentLayoutField> Fields { get; set; }

Property Value

TypeDescription
PivotTablePersistentLayoutCollection<PivotTablePersistentLayoutField>

A collection of field layouts.

|

Remarks

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

See Also

PivotTablePersistentLayout Class

PivotTablePersistentLayout Members

DevExpress.Blazor.PivotTable Namespace