Skip to content

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

NameTypeDescription
ColumnsPanelViewOptions(ColumnsPanel parent)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.ColumnsPanel.ColumnsPanelViewOptions class.

Properties

NameTypeDescription
AdditionRowColorColorGets or sets the color of the addition row.
AttrElementFormatstringGets or sets the format of attribute elements.
BackColorColorGets or sets the background color for the Korzh.EasyQuery.WinForms.ColumnsPanel.
ParentPanelColumnsPanelGets the parent panel.
SortEntitiesXSortOrderGets or sets the sort direction for the list of entities.
TitlestringGets or sets the label that is displayed above the Korzh.EasyQuery.WinForms.ColumnsPanel.
TitleElementFormatstringGets or sets the format of title elements.

Events

NameTypeDescription
TitleChangedEventHandlerOccurs when Korzh.EasyQuery.WinForms.ColumnsPanel.ColumnsPanelViewOptions.Title value has been changed.

Methods

NameTypeDescription
OnTitleChanged(EventArgs e)voidRaises the Korzh.EasyQuery.WinForms.ColumnsPanel.ColumnsPanelViewOptions.TitleChanged event.