Gets and sets the Index of the Item

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public int Index { get; set; }
Visual Basic
Public Property Index As Integer
	Get
	Set

Field Value

An Integer

See Also