summaryP:DotNetNuke.UI.WebControls.DnnTree.ExpandCollapseImageWidth

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

Syntax

C#
[BindableAttribute(true)]
[DefaultValueAttribute(12)]
[ClientPropertyAttribute]
[ClientPropertyNameAttribute("expcolimgw")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public int ExpandCollapseImageWidth { get; set; }
Visual Basic
<BindableAttribute(true)> 
<DefaultValueAttribute(12)> 
<ClientPropertyAttribute> 
<ClientPropertyNameAttribute("expcolimgw")> 
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property ExpandCollapseImageWidth As Integer
	Get
	Set

See Also