Click or drag to resize
KaxFilterGroupOperation Enumeration

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum KaxFilterGroupOperation
Members
  Member nameValueDescription
And0All expressions in the group will be aggregate with AND logical opeartion.
Or1All expressions in the group will be aggregate with OR logical opeartion.
NotAnd2All expressions in the group will be aggregate with NOT AND logical opeartion.
NotOr3All expressions in the group will be aggregate with NOT OR logical opeartion.
See Also