Skip to main content
A newer version of this page is available. .

VGridRows Properties

Represents a collection of rows within the VGridControlBase control.
Name Description
Capacity Gets or sets the number of elements that the CollectionBase can contain. Inherited from CollectionBase.
Count Gets the number of elements in the collection.
FirstVisible Gets the first row from the collection whose BaseRow.Visible property is true.
Grid Gets or sets the vertical grid control that owns the rows collection.
HasVisibleItems Returns true if visible rows exist.
InnerList protected Gets an ArrayList containing the list of elements in the CollectionBase instance. Inherited from CollectionBase.
IsEmpty Gets whether the collection is empty.
Item[Int32] Gets a row object from the rows collection at the specified position.
Item[String] Gets a row from the rows collection by its name.
Iterator Provides access to the Rows Iterator.
LastVisible Gets the last row from the collection whose BaseRow.Visible property is true.
List protected Gets an IList containing the list of elements in the CollectionBase instance. Inherited from CollectionBase.
ICollection.IsSynchronized Gets a value indicating whether access to the CollectionBase is synchronized (thread safe). Inherited from CollectionBase.
ICollection.SyncRoot Gets an object that can be used to synchronize access to the CollectionBase. Inherited from CollectionBase.
IList.IsFixedSize Gets a value indicating whether the CollectionBase has a fixed size. Inherited from CollectionBase.
IList.IsReadOnly Gets a value indicating whether the CollectionBase is read-only. Inherited from CollectionBase.
IList.Item[Int32] Gets or sets the element at the specified index. Inherited from CollectionBase.
VisibleRowsCount Gets the number of rows whose BaseRow.Visible property is true.
See Also