IPivotTable.AllowFilterInFieldList Property
Specifies whether users can apply field filters in the Field List.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
[DefaultValue(true)]
bool AllowFilterInFieldList { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Refer to the AllowFilterInFieldList property description for more information and an example.
See Also