IDevExpressQuantumGridColumnViewCollectionTItem Property (Int32) |
Gets a column of the default view by the column index.
Namespace:
SmartBear.TestLeft.TestObjects.VCL.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax T this[
int columnIndex
] { get; }
ReadOnly Default Property Item (
columnIndex As Integer
) As T
Get
Dim instance As IDevExpressQuantumGridColumnViewCollection
Dim columnIndex As Integer
Dim value As T
value = instance(columnIndex)
property T default[int columnIndex] {
T get (int columnIndex);
}
Parameters
- columnIndex
- Type: SystemInt32
Index of the column.
Return Value
Type:
TThe test object that corresponds to the specified column.
Exceptions See Also