columnrowlist-class
Represents a list of columns.
public class Korzh.EasyQuery.WinForms.ColumnRowList
: XRowList
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Name | Type | Description |
---|---|---|
ColumnRowList(ColumnsPanel columnsPanel) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.ColumnRowList class. |
Properties
Name | Type | Description |
---|---|---|
Item | ColumnRow | Gets or sets the element at the specified index. In C#, this property is the indexer for the ConditionRowList class. |
Methods
Name | Type | Description |
---|---|---|
IndexByColumn(QueryColumn col) | int | Returns row index by Korzh.EasyQuery.QueryColumn object associated with row. |