Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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