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.XViewOptionsPackage: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| QueryPanelViewOptions(QueryPanel parent) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.QueryPanel.QueryPanelViewOptions class. |
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| AdditionRowColor | Color | Gets or sets the color of the addition row. |
| AllowLinkTypes | CondLinkType | Gets or sets the link types which are allowed to use. |
| AttrColor | Color | Gets or sets the color of the attribute elements in condition rows. |
| AttrElementFormat | string | Gets or sets the format of attribute elements. |
| DefaultListControlType | string | Gets or sets the type of control used to show the lists of available values in conditions. |
| EditMode | QueryPanelEditMode | Gets or sets the value of panel’s edit mode. |
| EmptyEditText | string | Gets or sets the text for empty edit element (e.g. “[enter value]“) |
| EmptyListText | string | Gets or sets the text for empty list element (e.g. “[select value]“) |
| ExprColor | Color | Gets or sets the color of the expression elements in condition rows. |
| HideBracketMenuItem | bool | Gets or sets a value indicating whether we should hide menu item which allows to add a group of conditions. |
| NumericFormat | string | Gets or sets the format of numeric values. |
| OperatorColor | Color | Gets or sets the color of the operator elements in condition rows. |
| ParentPanel | QueryPanel | Gets the parent panel. |
| ShowRootRow | bool | Gets or sets a value indicating whether Korzh.EasyQuery.WinForms.QueryPanel should show the root row or not. |
| ShowRowNum | bool | Gets or sets a value indicating whether Korzh.EasyQuery.WinForms.QueryPanel object should show the number for each row. |
| SortEntities | XSortOrder | Gets or sets the sort direction for the list of entities. |
| SortValues | bool | Gets or sets the value indicating whether the lists of available values in condition must be sorted or not. |