ComponentOne True DBGrid for WinForms
Item Property (ValueItemCollection)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > ValueItemCollection Class : Item Property
Gets or sets the specified ValueItem from the collection at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As ValueItem
public ValueItem this[ 
   System.int index
]; {get; set;}

Parameters

index
See Also

Reference

ValueItemCollection Class
ValueItemCollection Members