Skip to main content

editmodekind-enum

Represents different types of modifications in Korzh.EasyQuery.Wpf.QueryPanel object available for users.

public enum Korzh.EasyQuery.Wpf.EditModeKind
: Enum

Assembly: Korzh.EasyQuery.WPF.dll

Enum

NameValueDescription
All0All possible modifications (add, delete and change conditions)
FixedConditions1Condition list is fixed - so user can change existing conditions but can not add or delete them
FixedExpressions2User can not add\remove conditions and change the expression in the left part of condition,
ValuesOnly3User can modify only the values (right part of condition). All other parts of query panel are fixed.
None4None of modifications are possible. Korzh.EasyQuery.Wpf.QueryPanel object is "read-only" in this mode.