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

BarSplitButtonItemLink.ActAsDropDown Property

Gets the BarSplitButtonItem.ActAsDropDown setting of the corresponding bar item object. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public bool ActAsDropDown { get; }

Property Value

Type Description
Boolean

The value of the BarSplitButtonItem.ActAsDropDown setting.

See Also