Back to Devexpress

DropDownButton.ShowArrowButton Property

windowsforms-devexpress-dot-xtraeditors-dot-dropdownbutton-5b5821dd.md

latest2.4 KB
Original Source

DropDownButton.ShowArrowButton Property

OBSOLETE

Use the DropDownArrowStyle property instead

Gets or sets whether the drop-down arrow is displayed as a part of the DropDownButton control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the DropDownArrowStyle property instead")]
public bool ShowArrowButton { get; set; }
vb
<Obsolete("Use the DropDownArrowStyle property instead")>
<DXCategory("Behavior")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ShowArrowButton As Boolean

Property Value

TypeDescription
Boolean

true if the drop-down arrow is visible; otherwise, false.

|

Remarks

Clicking the drop-down arrow opens the popup control associated with the current control. If the ShowArrowButton property is set to false , the drop-down arrow is hidden. In this mode, the availability of the dropdown control is controlled by the DropDownButton.ActAsDropDown property.

To open the dropdown control in code, use the DropDownButton.ShowDropDown method.

See Also

DropDownArrowStyle

DropDownControl

ShowDropDown()

DropDownButton Class

DropDownButton Members

DevExpress.XtraEditors Namespace