Skip to content

QueryPanel.QueryPanelViewOptions class

Represents set of options which allows to control Korzh.EasyQuery.WinForms.QueryPanel object appearance

public class Korzh.EasyQuery.WinForms.QueryPanel.QueryPanelViewOptions
: XPanel.XViewOptions

Package: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)

Assembly: Korzh.EasyQuery.WinForms.dll

NameTypeDescription
QueryPanelViewOptions(QueryPanel parent)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.QueryPanel.QueryPanelViewOptions class.
NameTypeDescription
AdditionRowColorColorGets or sets the color of the addition row.
AllowLinkTypesCondLinkTypeGets or sets the link types which are allowed to use.
AttrColorColorGets or sets the color of the attribute elements in condition rows.
AttrElementFormatstringGets or sets the format of attribute elements.
DefaultListControlTypestringGets or sets the type of control used to show the lists of available values in conditions.
EditModeQueryPanelEditModeGets or sets the value of panel’s edit mode.
EmptyEditTextstringGets or sets the text for empty edit element (e.g. “[enter value]“)
EmptyListTextstringGets or sets the text for empty list element (e.g. “[select value]“)
ExprColorColorGets or sets the color of the expression elements in condition rows.
HideBracketMenuItemboolGets or sets a value indicating whether we should hide menu item which allows to add a group of conditions.
NumericFormatstringGets or sets the format of numeric values.
OperatorColorColorGets or sets the color of the operator elements in condition rows.
ParentPanelQueryPanelGets the parent panel.
ShowRootRowboolGets or sets a value indicating whether Korzh.EasyQuery.WinForms.QueryPanel should show the root row or not.
ShowRowNumboolGets or sets a value indicating whether Korzh.EasyQuery.WinForms.QueryPanel object should show the number for each row.
SortEntitiesXSortOrderGets or sets the sort direction for the list of entities.
SortValuesboolGets or sets the value indicating whether the lists of available values in condition must be sorted or not.