Skip to content

XElementsStore class

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

NameTypeDescription
XElementsStore(XRow row)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.XElementsStore class.
NameTypeDescription
ClearItems()voidRemoves all elements from the System.Collections.ObjectModel.Collection'1.
InsertItem(int index, XElement item)voidInserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
RemoveItem(int index)voidRemoves the element at the specified index of the System.Collections.ObjectModel.Collection'1.