PivotTablePersistentLayoutField.Field Property
Specifies the field name.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Field { get; set; }
Property Value
Type | Description |
---|---|
String | The field name. |
Remarks
Refer to the PivotTablePersistentLayoutField class description for more information and an example.
See Also