simplecolumnrow-class
Represents a column used in SELECT clause of SQL query
public class Korzh.EasyQuery.Wpf.SimpleColumnRow
: XRow
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
Name | Type | Description |
---|---|---|
SimpleColumnRow(QueryColumn column, ColumnsPanel panel) | void | Initializes a new instance of the Korzh.EasyQuery.Wpf.SimpleColumnRow class. |
Properties
Name | Type | Description |
---|---|---|
Column | QueryColumn | Gets or sets the column. |
EditMode | ColumnsPanel.EditModeKind | Gets or sets the edit mode. |
Methods
Name | Type | Description |
---|---|---|
OnApplyTemplate() | void |
Static Fields
Name | Type | Description |
---|---|---|
ColumnProperty | DependencyProperty | Identifies the Korzh.EasyQuery.Wpf.SimpleColumnRow.Column dependency property |