SPProviderInitialData.HierarchialDisplayEnabled Property
Gets or sets a value that indicates whether the hierarchy view is enabled.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<DataMemberAttribute> _
Public Property HierarchialDisplayEnabled As Boolean
Get
Set
'Usage
Dim instance As SPProviderInitialData
Dim value As Boolean
value = instance.HierarchialDisplayEnabled
instance.HierarchialDisplayEnabled = value
[DataMemberAttribute]
public bool HierarchialDisplayEnabled { get; set; }
Property Value
Type: System.Boolean
true if the hierarchy view is enabled; otherwise false. The default value is false.