ConsoleDataSource.HideDisabledItems property
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.