Skip to main content
A newer version of this page is available. .

RibbonControl.DrawGroupsBorder Property

OBSOLETE

Use the DrawGroupsBorderMode property instead.

Gets or sets whether to draw borders for Ribbon Page Groups.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("Use the DrawGroupsBorderMode property instead.")]
[DefaultValue(true)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public bool DrawGroupsBorder { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to draw borders for Ribbon Page Groups; otherwise, false.

See Also