Skip to main content
Tab

RibbonGroupSeparatorStyle.Width Property

Gets or sets the width of group separators.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit specifying the width value.

Remarks

Use the Width property to control the width of group separators within the ribbon control.

Note that column separators can be displayed when there is more than one group in a tab‘s RibbonTab.Groups collection. If the Width property is set to 0, group separators are not displayed and all style settings defined via the properties of the RibbonGroupSeparatorStyle class are not in effect.

See Also