Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool? ActAsDropDown { get; set; }

Property Value

Type Description
Nullable<Boolean>

The value of the BarSplitButtonItem.ActAsDropDown setting.

See Also