The descendant of Korzh.EasyQuery.WinForms.ConditionRow class. Represents a Korzh.EasyQuery.WinForms.ConditionGroupRow.
public class Korzh.EasyQuery.WinForms.ConditionGroupRow
: ConditionRow
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Name | Type | Description |
---|---|---|
ConditionGroupRow(QueryPanel qpanel, Condition condition) | void |
Initializes a new instance of the |
ConditionGroupRow(QueryPanel qpanel, Condition condition, bool useCheckBox) |
void |
Initializes a new instance of the |
Methods
Name | Type | Description |
---|---|---|
CoreApplyFormats() | void |
Applies the formats used in parent object. |
CoreRefreshByCondition() | void |
This method is called when connected Condition is changed and we need to refresh the row accordingly. |
ElementContentChanged(XElement element, bool valueChanged, bool textChanged) |
void |
This method is called when the content of some element has been changed |
FillButtonMenu() | void |
Fills the button menu. |
getRowText() | string |
Returns text that appear in Condition row |
OnEnableChange() | void |