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





Gets or sets a value indicating whether the item is a separator.

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

 Syntax

C#  Copy Code

public bool IsSeparator { get; set; }

Visual Basic  Copy Code

Public Property IsSeparator As Boolean

 Property Value

Type: Boolean
true if the item is used as a separator within a Menu, otherwise false. Default value is false.

 See Also

MenuItem Members
MenuItem Class
MindFusion.UI.WebForms Namespace