Back to Devexpress

RibbonControl.DrawGroupsBorder Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-96f9a42d.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the DrawGroupsBorderMode property instead.")]
[XtraSerializableProperty]
public bool DrawGroupsBorder { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the DrawGroupsBorderMode property instead.")>
<DefaultValue(True)>
<DXCategory("Appearance")>
<XtraSerializableProperty>
Public Property DrawGroupsBorder As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace