ValueItemList class
List of Korzh.EasyQuery.Wpf.ValueItem’s
public class Korzh.EasyQuery.Wpf.ValueItemList : ObservableCollection<ValueItem>Package: Korzh.EasyQuery.Wpf (targets: net461, net5.0-windows7.0, netcoreapp3.1)
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| ValueItemList() | void |
Methods
Section titled “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. |