MindFusion.UI for WebForms Programmer's Guide

MenuItem.Enabled Property

See Also
 





Gets or sets a value indicating whether the MenuItem is enabled.

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

 Syntax

C#  Copy Code

public bool Enabled { get; set; }

Visual Basic  Copy Code

Public Property Enabled As Boolean

 Property Value

Type: Boolean
true if the item is enabled, otherwise false. Default value is true.

 See Also