KaxFilterGroupOperation Enumeration |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum KaxFilterGroupOperation
Public Enumeration KaxFilterGroupOperation
public enum class KaxFilterGroupOperation
type KaxFilterGroupOperation
Members
| Member name | Value | Description |
---|
| And | 0 | All expressions in the group will be aggregate with AND logical opeartion. |
| Or | 1 | All expressions in the group will be aggregate with OR logical opeartion. |
| NotAnd | 2 | All expressions in the group will be aggregate with NOT AND logical opeartion. |
| NotOr | 3 | All expressions in the group will be aggregate with NOT OR logical opeartion. |
See Also