Back to Devexpress

VGridRows Properties

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridrows-dot-underscore-properties.md

latest6.3 KB
Original Source

VGridRows Properties

Represents a collection of rows within the VGridControlBase control.

NameDescription
CapacityGets or sets the number of elements that the CollectionBase can contain. Inherited from CollectionBase.
CountGets the number of elements in the collection.
FirstVisibleGets the first row from the collection whose BaseRow.Visible property is true.
GridGets or sets the vertical grid control that owns the rows collection.
HasVisibleItemsReturns true if visible rows exist.
InnerList protectedGets an ArrayList containing the list of elements in the CollectionBase instance. Inherited from CollectionBase.
IsEmptyGets 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.
IteratorProvides access to the Rows Iterator.
LastVisibleGets the last row from the collection whose BaseRow.Visible property is true.
List protectedGets an IList containing the list of elements in the CollectionBase instance. Inherited from CollectionBase.
ICollection.IsSynchronizedGets a value indicating whether access to the CollectionBase is synchronized (thread safe). Inherited from CollectionBase.
ICollection.SyncRootGets an object that can be used to synchronize access to the CollectionBase. Inherited from CollectionBase.
IList.IsFixedSizeGets a value indicating whether the CollectionBase has a fixed size. Inherited from CollectionBase.
IList.IsReadOnlyGets 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.
VisibleRowsCountGets the number of rows whose BaseRow.Visible property is true.

See Also

VGridRows Class

VGridRows Members

DevExpress.XtraVerticalGrid.Rows Namespace