Version

Item Property (CheckedRowsCollection)

Returns the UltraGridRow at the specified ordinal position within this collection.
Overload List
OverloadDescription
Item(Int32)Returns the UltraGridRow at the specified ordinal position within this collection.  
Item(Object)Returns the UltraGridRow whose cell value for the column referenced by the ValueMember property is equal to the specified value  
Remarks

The elements of this collection can be indexed by their associated "data values", i.e., the value of the cell that intersects with the column referenced by the ValueMember property. If the value is of type integer, however, the integer must be boxed into a variable of type object in order to access that indexer overload; passing an integer directly will cause execution to route through this overload, and the parameter value will be interpreted as an index, not a data value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also