xrow-class
Base class for use in Korzh.EasyQuery.Wpf.XPanel.
public class Korzh.EasyQuery.Wpf.XRow
: Control
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
| Name | Type | Description |
|---|---|---|
| XRow(XPanel panel) | void | Initializes a new instance of the zero-level Korzh.EasyQuery.Wpf.XRow class. |
XRow(XPanel panel, int level) | void | Initializes a new instance of the zero-level Korzh.EasyQuery.Wpf.XRow class. |
Properties
| Name | Type | Description |
|---|---|---|
| CheckBoxVisibility | Visibility | Get or sets the visibility of checkboxes |
| Elements | XElementList | Gets or sets the elements. |
| Level | int | Gets or sets the level. |
| Panel | XPanel | Reference to father XPanel |
Methods
| Name | Type | Description |
|---|---|---|
| OnApplyTemplate() | void | When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate. |
Static Fields
| Name | Type | Description |
|---|---|---|
| CheckBoxVisibilityProperty | DependencyProperty | Identifies the Korzh.EasyQuery.Wpf.XRow.CheckBoxVisibility dependency property |
| ElementsProperty | DependencyProperty | Identifies the Korzh.EasyQuery.Wpf.XRow.Elements dependency property |
| LevelProperty | DependencyProperty | Identifies the Korzh.EasyQuery.Wpf.XRow.Level dependency property |