VGridRows Properties
Represents a collection of rows within the VGridControlBase control.
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Count | Gets the number of elements in the collection. |
First |
Gets the first row from the collection whose Base |
Grid | Gets or sets the vertical grid control that owns the rows collection. |
Has |
Returns true if visible rows exist. |
Inner |
Gets an Array |
Is |
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. |
Last |
Gets the last row from the collection whose Base |
List protected |
Gets an IList containing the list of elements in the Collection |
ICollection. |
Gets a value indicating whether access to the Collection |
ICollection. |
Gets an object that can be used to synchronize access to the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
Visible |
Gets the number of rows whose Base |
See Also