summaryP:DotNetNuke.UI.WebControls.DnnTree.CheckBoxes

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[BindableAttribute(true)]
[ClientPropertyAttribute]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ClientPropertyNameAttribute("checkboxes")]
public bool CheckBoxes { get; set; }
Visual Basic
<DefaultValueAttribute(false)> 
<BindableAttribute(true)> 
<ClientPropertyAttribute> 
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
<ClientPropertyNameAttribute("checkboxes")> 
Public Property CheckBoxes As Boolean
	Get
	Set

See Also