ConditionRowOptions enum
Different options of condition row
public enum Korzh.EasyQuery.WinForms.ConditionRowOptions : Enum
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.dll
Name | Value | Description |
---|---|---|
ShowCheckBox | 1 | Whether show a checkbox at the beginning of each condition row or not |
ShowButton | 2 | Whether show a button at the beginning of each condition row or not |
Default | 3 | Default settings (both button and checkbox will be shown) |