Skip to main content
Bar

BarSplitButtonItem.ActAsDropDown Property

Gets or sets whether clicking the button opens the associated drop-down BarSplitButtonItem.PopupControl. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty]
public bool ActAsDropDown { get; set; }

#Property Value

Type Description
Boolean

true if clicking the button opens the associated drop-down BarSplitButtonItem.PopupControl; otherwise, false.

#Remarks

If the ActAsDropDown option is set to false, the drop-down control (BarSplitButtonItem.PopupControl) is opened on clicking the Down Arrow button. If the ActAsDropDown option is set to true, the Down Arrow button is hidden and the associated drop-down control is opened on clicking the main button.

See Also