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

ResourcesPopupCheckedListBoxControl.PopupControl Property

Gets access to the popup control that is a part of the current control and performs a container role.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[DXCategory("Behavior")]
public PopupContainerControl PopupControl { get; }

Property Value

Type Description
PopupContainerControl

A PopupContainerControl object that contains the current control.

Remarks

The PopupContainerControl is a panel allowing placement of any other control onto it. A ResourcesCheckedListBoxControl is combined with the PopupContainerControl to form a ResourcesPopupCheckedListBoxControl control.

See Also