Back to Devexpress

DropDownButton.IsOpened Property

windowsforms-devexpress-dot-xtraeditors-dot-dropdownbutton-283e39b7.md

latest1.3 KB
Original Source

DropDownButton.IsOpened Property

Gets whether the associated popup control is currently open.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsOpened { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsOpened As Boolean

Property Value

TypeDescription
Boolean

true if the popup control is open; otherwise, false.

|

Remarks

To assign a popup control to the button, use the DropDownButton.DropDownControl property.

See Also

DropDownControl

DropDownButton Class

DropDownButton Members

DevExpress.XtraEditors Namespace