Back to Devexpress

PivotTablePersistentLayoutField.Field Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablepersistentlayoutfield-1d3a4d89.md

latest1.1 KB
Original Source

PivotTablePersistentLayoutField.Field Property

Specifies the field name.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Field { get; set; }

Property Value

TypeDescription
String

The field name.

|

Remarks

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

See Also

PivotTablePersistentLayoutField Class

PivotTablePersistentLayoutField Members

DevExpress.Blazor.PivotTable Namespace