[]
        
(Showing Draft Content)

C1.Framework.TreeRowCollection

TreeRowCollection Class

Represents a collection of TreeRow elements for Rows.

Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class TreeRowCollection : TreeCollection<TreeRow>, IList<TreeRow>, ICollection<TreeRow>, IList, ICollection, IReadOnlyList<TreeRow>, IReadOnlyCollection<TreeRow>, IEnumerable<TreeRow>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class TreeRowCollection
    Inherits TreeCollection(Of TreeRow)
    Implements IList(Of TreeRow), ICollection(Of TreeRow), IList, ICollection, IReadOnlyList(Of TreeRow), IReadOnlyCollection(Of TreeRow), IEnumerable(Of TreeRow), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
TreeRowCollection(TreeRow)

Initializes a new instance of the TreeRowCollection class.

Properties

Name Description
ParentRow

Gets the parent tree row of this collection.

Methods

Name Description
ClearItems()
InsertItem(int, TreeRow)
RemoveItem(int)
SetItem(int, TreeRow)