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