MenuTemplate.EnableSorting Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property EnableSorting As Boolean
Get
Set
'Usage
Dim instance As MenuTemplate
Dim value As Boolean
value = instance.EnableSorting
instance.EnableSorting = value
public bool EnableSorting { get; set; }
Property Value
Type: System.Boolean