Skip to main content
All docs
V26.1
  • IPivotTable.AllowSortInFieldList Property

    Specifies whether users can change field sort order in the Field List.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v26.1.dll

    Declaration

    [DefaultValue(true)]
    bool AllowSortInFieldList { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to allow users to change field sort order in the Field List; otherwise, false.

    Remarks

    Refer to the AllowSortInFieldList property description for additional information and an example.

    See Also