Skip to main content
A newer version of this page is available. .

DropDownArrowStyle Enum

Contains values that specify whether and how a dropdown arrow is displayed within the DropDownButton control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public enum DropDownArrowStyle

Members

Name Description
Default

Identical to the DropDownArrowStyle.SplitButton option.

SplitButton

The dropdown arrow is displayed as a separate button.

DropdownButton-Arrow-SplitButton

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.

DropdownButton-Arrow-Hide

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.

DropdownButton-Arrow-Show

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.

See Also