PivotTablePersistentLayout.Fields Property
Specifies a collection of objects that store settings for Pivot Table fields.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
[JsonConverter(typeof(PivotTablePersistentLayoutCollectionJsonConverter<PivotTablePersistentLayoutField>))]
public PivotTablePersistentLayoutCollection<PivotTablePersistentLayoutField> Fields { get; set; }
Property Value
Type | Description |
---|---|
PivotTablePersistentLayoutCollection<PivotTablePersistentLayoutField> | A collection of field layouts. |
Remarks
Refer to the PivotTablePersistentLayout class description for more information and an example.
See Also