MindFusion.UI for WebForms Programmer's Guide

MenuItem.IsSeparator Property

See Also
 





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

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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