Represents the list of elements on single row.
public class Korzh.EasyQuery.WinForms.XElementsStore
: XElementList
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Name | Type | Description |
---|---|---|
XElementsStore(XRow row) | void |
Initializes a new instance of the Korzh.EasyQuery.WinForms.XElementsStore class. |
Methods
Name | Type | Description |
---|---|---|
ClearItems() | void |
Removes all elements from the System.Collections.ObjectModel.Collection'1 . |
InsertItem(int index, XElement item) |
void |
Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index. |
RemoveItem(int index) |
void |
Removes the element at the specified index of the System.Collections.ObjectModel.Collection'1 . |