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

BarItemLink.IsDefaultActAsButtonGroup Property

Gets whether the BarItemLink.ActAsButtonGroup property is set to its default value.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public bool IsDefaultActAsButtonGroup { get; }

Property Value

Type Description
Boolean

true if the BarItemLink.ActAsButtonGroup property is set to its default value; otherwise, false.

See Also