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

IDXDropDownControl.Visible Property

Gets whether the current popup control is visible.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

bool Visible { get; }

Property Value

Type Description
Boolean

true if the current popup control is visible; otherwise, false.

See Also