AspMenu.Editable property
Controls whether the AspMenu control is client (in-line) editable
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Editable As Boolean
Get
Set
'Usage
Dim instance As AspMenu
Dim value As Boolean
value = instance.Editable
instance.Editable = value
public bool Editable { get; set; }
Property value
Type: System.Boolean