Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#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