valueitemlist-class
List of Korzh.EasyQuery.Wpf.ValueItem's
public class Korzh.EasyQuery.Wpf.ValueItemList
: ObservableCollection<ValueItem>
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
Name | Type | Description |
---|---|---|
ValueItemList() | void |
Methods
Name | Type | Description |
---|---|---|
Add(string text, string fvalue) | ValueItem | Creates Korzh.EasyQuery.Wpf.ValueItem with the specified text and value and adds it to collection |
LoadFromXml(string xml) | void | Loads items from XML. |