ColumnsPanel.ColumnsPanelViewOptions class
Represents set of options which allows to control Korzh.EasyQuery.WinForms.ColumnsPanel appearance.
public class Korzh.EasyQuery.WinForms.ColumnsPanel.ColumnsPanelViewOptions : XPanel.XViewOptions
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
ColumnsPanelViewOptions(ColumnsPanel parent) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.ColumnsPanel.ColumnsPanelViewOptions class. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
AdditionRowColor | Color | Gets or sets the color of the addition row. |
AttrElementFormat | string | Gets or sets the format of attribute elements. |
BackColor | Color | Gets or sets the background color for the Korzh.EasyQuery.WinForms.ColumnsPanel. |
ParentPanel | ColumnsPanel | Gets the parent panel. |
SortEntities | XSortOrder | Gets or sets the sort direction for the list of entities. |
Title | string | Gets or sets the label that is displayed above the Korzh.EasyQuery.WinForms.ColumnsPanel. |
TitleElementFormat | string | Gets or sets the format of title elements. |
Events
Section titled “Events”Name | Type | Description |
---|---|---|
TitleChanged | EventHandler | Occurs when Korzh.EasyQuery.WinForms.ColumnsPanel.ColumnsPanelViewOptions.Title value has been changed. |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
OnTitleChanged(EventArgs e) | void | Raises the Korzh.EasyQuery.WinForms.ColumnsPanel.ColumnsPanelViewOptions.TitleChanged event. |