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.
Gets or sets a value indicating whether disabled items are viewable.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property HideDisabledItems As Boolean
Get
Set
'Usage
Dim instance As ConsoleDataSource
Dim value As Boolean
value = instance.HideDisabledItems
instance.HideDisabledItems = value
public bool HideDisabledItems { get; set; }
Property Value
Type: System.Boolean
true if disabled items are hidden; otherwise, foalse.