Back to Devexpress

DropDownButton.DropDownArrowStyle Property

windowsforms-devexpress-dot-xtraeditors-dot-dropdownbutton-555ef29b.md

latest3.6 KB
Original Source

DropDownButton.DropDownArrowStyle Property

Gets or sets whether and how a dropdown arrow is displayed within the DropDownButton.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DropDownArrowStyle.Default)]
[DXCategory("Appearance")]
public DropDownArrowStyle DropDownArrowStyle { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(DropDownArrowStyle.Default)>
Public Property DropDownArrowStyle As DropDownArrowStyle

Property Value

TypeDefaultDescription
DropDownArrowStyleDefault

A DropDownArrowStyle enumeration value.

|

Available values:

NameDescription
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.

|

Remarks

The DropDownArrowStyle property specifies the appearance of a dropdown arrow. See the DropDownArrowStyle link, to learn about available display modes.

A DropDownButton can be associated with a dropdown control via the DropDownButton.DropDownControl property. This control is invoked in a popup window when the button or dropdown arrow button is clicked, according to the DropDownArrowStyle property. To prevent a dropdown control from being invoked, disable the DropDownButton.ActAsDropDown option.

See Also

ActAsDropDown

DropDownControl

DropDownButtonPadding

DropDownButton Class

DropDownButton Members

DevExpress.XtraEditors Namespace