Skip to main content

conditiongrouprow-class

The descendant of Korzh.EasyQuery.WinForms.ConditionRow class. Represents a Korzh.EasyQuery.WinForms.ConditionGroupRow.

public class Korzh.EasyQuery.WinForms.ConditionGroupRow
: ConditionRow

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
ConditionGroupRow(QueryPanel qpanel, Condition condition)voidInitializes a new instance of the class.
ConditionGroupRow(QueryPanel qpanel, Condition condition, bool useCheckBox)voidInitializes a new instance of the class.

Methods

NameTypeDescription
CoreApplyFormats()voidApplies the formats used in parent object.
CoreRefreshByCondition()voidThis method is called when connected Condition is changed and we need to refresh the row accordingly.
ElementContentChanged(XElement element, bool valueChanged, bool textChanged)voidThis method is called when the content of some element has been changed
FillButtonMenu()voidFills the button menu.
getRowText()stringReturns text that appear in Condition row
OnEnableChange()void