| RibbonBarPanelExcludeMarginImage Property |
Stores and retrieves value indicating whether to exclude the margin image from the panel.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
public bool ExcludeMarginImage { get; set; }
<BindableAttribute(true)>
Public Property ExcludeMarginImage As Boolean
Get
Set
Property Value
Type:
BooleanBoolean
Return Value
Type:
BooleanValue indicating whether to exclude the margin image from the panel.
Remarks See Also