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

#Declaration

public bool ActAsDropDown { get; }

#Property Value

Type Description
Boolean

The value of the BarSplitButtonItem.ActAsDropDown setting.

See Also