ComponentOne FlexPivot for WinForms
Item Property (C1CheckListSelectedItemCollection)

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

Parameters

index
See Also

Reference

C1CheckListSelectedItemCollection Class
C1CheckListSelectedItemCollection Members