ASP.NET Pack Programmer's Guide
RatingItem.Index Property
See Also
 





Gets the index of the current item.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public int Index { get; set; }

Visual Basic  Copy Code

Public Property Index As Integer

 Property Value

Type: Int32
An instance of the System.Int32 structure specifying the item's index within a RatingItemCollection.

 See Also

RatingItem Members
RatingItem Class
MindFusion.UI.WebForms Namespace