IColumnRowCreator interface
Represents special interface used for definition of new (custom) types of row
public interface Korzh.EasyQuery.WinForms.IColumnRowCreator
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.dll
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
Create(ColumnsPanel panel, QueryColumn column, bool useCheckBox) | ColumnRow | Creates an instance of Korzh.EasyQuery.WinForms.ColumnRow. |
GetCaption(ColumnsPanel panel) | string | Returns the caption for button menu. |