skmMenu: An ASP.NET Menu Control

MenuItem.Name Property

Gets or sets the MenuItem's name.

public virtual string Name {get; set;}

Property Value

A string value denoting the MenuItem's Name. The default is an empty string.

Remarks

Use the Name property to give a unique, identifying name to a MenuItem instance. The MenuItemCollection class, which contains a collection of MenuItem instances, can be searched for a MenuItem with a specified Name.

See Also

MenuItem Class | skmMenu Namespace