[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.BaseGrid.ViewRowList

ViewRowList Class

Represents a collection of ViewRow objects.

Inheritance
ViewRowList
Namespace: C1.Win.C1TrueDBGrid.BaseGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public class ViewRowList : CollectionBase, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the ViewRow at the specified index.

Owner

Owner of the row list.

Methods

Name Description
OnClear()

Performs additional custom processes when clearing the contents of the instance.

OnRemove(int, object)

Performs additional custom processes when removing an element from the instance.