Skip to content

SortingPanel.SortEditModeKind enum

Represents different types of modifications in sort columns panel available for users.

public enum Korzh.EasyQuery.WinForms.SortingPanel.SortEditModeKind
: Enum

Package: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)

Assembly: Korzh.EasyQuery.WinForms.dll

NameValueDescription
All0All possible modifications (add, delete and change columns)
FixedList1Columns list is fixed - so user can change existing columns but can not add or delete them
SortingOnly2User can not add\remove columns and change the attribute the column linked to
OrderOnly3User can modify only the sorting order of columns. All other parts of sort columns panel are fixed.
None4None of modifications are possible. Sort Columns Panel is “read-only” in this mode.