SimpleColumnRow class
Represents a column used in SELECT clause of SQL query
public class Korzh.EasyQuery.Wpf.SimpleColumnRow : XRowPackage: Korzh.EasyQuery.Wpf (targets: net461, net5.0-windows7.0, netcoreapp3.1)
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| SimpleColumnRow(QueryColumn column, ColumnsPanel panel) | void | Initializes a new instance of the Korzh.EasyQuery.Wpf.SimpleColumnRow class. |
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| Column | QueryColumn | Gets or sets the column. |
| EditMode | ColumnsPanel.EditModeKind | Gets or sets the edit mode. |
Static Fields
Section titled “Static Fields”| Name | Type | Description |
|---|---|---|
| ColumnProperty | DependencyProperty | Identifies the Korzh.EasyQuery.Wpf.SimpleColumnRow.Column dependency property |