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.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Default
|
Identical to the Drop |
Split
|
The dropdown arrow is displayed as a separate button. A dropdown control is invoked on clicking the dropdown arrow button unless the Drop |
Hide
|
The dropdown arrow is hidden. A dropdown control is invoked on clicking the button unless the Drop |
Show
|
The dropdown arrow is merged into the button. A dropdown control is invoked on clicking the button unless the Drop |
#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.