| RibbonBarCanCollapse Property |
Gets or sets value indicating whether Ribbon area can be collapsed by the user.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(false)]
[DefaultValueAttribute(false)]
public bool CanCollapse { get; set; }
<BindableAttribute(false)>
<DefaultValueAttribute(false)>
Public Property CanCollapse As Boolean
Get
Set
Property Value
Type:
BooleanRemarks See Also