Back to Devexpress

PopupContainerControl.Visible Property

windowsforms-devexpress-dot-xtraeditors-dot-popupcontainercontrol-606d8296.md

latest1.4 KB
Original Source

PopupContainerControl.Visible Property

Gets or sets whether the popup control is visible.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

false always.

|

Remarks

Popup controls can only be visible within the popup window of the associated PopupContainerEdit editor. Use the RepositoryItemPopupContainerEdit.PopupControl property to bind the editor to a popup control.

See Also

PopupContainerControl Class

PopupContainerControl Members

DevExpress.XtraEditors Namespace