PopupContainerControl.Visible Property
Gets or sets whether the popup control is visible.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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