BarSplitButtonItem.ActAsDropDown Property
In This Article
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
#Property Value
Type | Description |
---|---|
Boolean | true if clicking the button opens the associated drop-down Bar |
#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