DropDownArrowStyle Enum
Contains values that specify whether and how a dropdown arrow is displayed within the DropDownButton control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Default
|
Identical to the DropDownArrowStyle.SplitButton option. |
SplitButton
|
The dropdown arrow is displayed as a separate button. A dropdown control is invoked on clicking the dropdown arrow button unless the DropDownButton.ActAsDropDown is set to false. |
Hide
|
The dropdown arrow is hidden. A dropdown control is invoked on clicking the button unless the DropDownButton.ActAsDropDown is set to false. |
Show
|
The dropdown arrow is merged into the button. A dropdown control is invoked on clicking the button unless the DropDownButton.ActAsDropDown is set to false. |
Related API Members
The following properties accept/return DropDownArrowStyle values:
Remarks
Use the DropDownButton.DropDownArrowStyle property to specify whether and how a dropdown arrow is displayed within the DropDownButton control.