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

PopupContainerControl.Visible Property

Gets or sets whether the popup control is visible.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public bool Visible { get; set; }

Property Value

Type Description
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