Skip to main content
Bar

BarItemLink.IsDefaultActAsButtonGroup Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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