PivotTableFieldFilterMenuTemplateContext.Field Property
Returns the field to which the filter menu belongs.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public IPivotTableField Field { get; }
Property Value
Type | Description |
---|---|
IPivotTableField | The field. |
Remarks
Refer to the DxPivotTable.FieldFilterMenuTemplate property description for more information and an example.
See Also