Skip to main content

xrowlist-class

Represents list of Korzh.EasyQuery.WinForms.XRow.

public class Korzh.EasyQuery.WinForms.XRowList
: Collection<XRow>

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
XRowList(XPanel parentPanel)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.XRowList class.

Methods

NameTypeDescription
Arrange()voidArranges all rows in the list.
Arrange(int startIndex)voidArranges all rows in the list.
ClearItems()voidRemoves all elements from the System.Collections.ObjectModel.Collection'1.
InsertItem(int index, XRow item)voidInserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
Move(int index1, int index2)voidMoves the row from one position to another.
OnRowInserted(XRow row, int index)voidCalled when new row is inserted into panel.
RemoveAt(int index, bool untilSameLevel)voidRemoves the element at the specified index of the System.Collections.ObjectModel.Collection'1.
RemoveItem(int index)voidRemoves the element at the specified index of the System.Collections.ObjectModel.Collection'1.