Dynamicweb 8 Documentation
EnableSubItems Property

Gets or sets value indicating whether to enable the "Sub-items" functionality.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates whether to enable the "Sub-items" functionality.")> 
<CategoryAttribute("Appearance")> 
<DefaultValueAttribute()> 
<LocalizableAttribute(False)> 
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)> 
Public Property EnableSubItems As Boolean
[DescriptionAttribute("Indicates whether to enable the "Sub-items" functionality.")] 
[CategoryAttribute("Appearance")] 
[DefaultValueAttribute()] 
[LocalizableAttribute(false)] 
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)] 
public bool EnableSubItems {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductsAndGroupsSelector Class
ProductsAndGroupsSelector Members

Send Feedback