Skip to main content

valueitem-class

Base class for items in lists and context menus

public class Korzh.EasyQuery.Wpf.ValueItem
: DependencyObject

Assembly: Korzh.EasyQuery.WPF.dll

Constructors

NameTypeDescription
ValueItem(string value, string text)voidInitializes a new instance of the Korzh.EasyQuery.Wpf.ValueItem class.
ValueItem(string value)voidInitializes a new instance of the Korzh.EasyQuery.Wpf.ValueItem class.

Properties

NameTypeDescription
ChildrenValueItemListGets or sets the children.
TextstringGets or sets the text.
ValuestringGets or sets the value.

Methods

NameTypeDescription
ToString()stringReturns a System.String that represents this instance.

Static Fields

NameTypeDescription
ChildrenPropertyDependencyPropertyIdentifies the Korzh.EasyQuery.Wpf.ValueItem.Children dependency property
TextPropertyDependencyPropertyIdentifies the Korzh.EasyQuery.Wpf.ValueItem.Text dependency property
ValuePropertyDependencyPropertyIdentifies the Korzh.EasyQuery.Wpf.ValueItem.Value dependency property