Skip to content

ColumnRowList class

Represents a list of columns.

public class Korzh.EasyQuery.WinForms.ColumnRowList
: XRowList

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

Assembly: Korzh.EasyQuery.WinForms.dll

NameTypeDescription
ColumnRowList(ColumnsPanel columnsPanel)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.ColumnRowList class.
NameTypeDescription
ItemColumnRowGets or sets the element at the specified index. In C#, this property is the indexer for the ConditionRowList class.
NameTypeDescription
IndexByColumn(QueryColumn col)intReturns row index by Korzh.EasyQuery.QueryColumn object associated with row.