valueitem-class
Base class for items in lists and context menus
public class Korzh.EasyQuery.Wpf.ValueItem
: DependencyObject
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
Name | Type | Description |
---|---|---|
ValueItem(string value, string text) | void | Initializes a new instance of the Korzh.EasyQuery.Wpf.ValueItem class. |
ValueItem(string value) | void | Initializes a new instance of the Korzh.EasyQuery.Wpf.ValueItem class. |
Properties
Name | Type | Description |
---|---|---|
Children | ValueItemList | Gets or sets the children. |
Text | string | Gets or sets the text. |
Value | string | Gets or sets the value. |
Methods
Name | Type | Description |
---|---|---|
ToString() | string | Returns a System.String that represents this instance. |
Static Fields
Name | Type | Description |
---|---|---|
ChildrenProperty | DependencyProperty | Identifies the Korzh.EasyQuery.Wpf.ValueItem.Children dependency property |
TextProperty | DependencyProperty | Identifies the Korzh.EasyQuery.Wpf.ValueItem.Text dependency property |
ValueProperty | DependencyProperty | Identifies the Korzh.EasyQuery.Wpf.ValueItem.Value dependency property |