APNSoft Controls [4.5.2.20] - API Reference
RatingSegmentCollection.Item Property (Int32)

Gets the specified RatingSegment from the collection.

[Visual Basic]
Overridable Overloads Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As RatingSegment
[C#]
public virtual RatingSegment this[
   int index
] {get;}

Parameters

index
Segment index.

See Also

RatingSegmentCollection Class | APNSoft.WebControls Namespace | RatingSegmentCollection.Item Overload List