XRow class
Base class for use in Korzh.EasyQuery.Wpf.XPanel.
public class Korzh.EasyQuery.Wpf.XRow : ControlPackage: Korzh.EasyQuery.Wpf (targets: net461, net5.0-windows7.0, netcoreapp3.1)
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
Section titled “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
Section titled “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 |
Static Fields
Section titled “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 |