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





Gets the index of the current menu 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 MenuItemCollection.

 See Also

MenuItem Members
MenuItem Class
MindFusion.UI.WebForms Namespace