Back to Devexpress

ResourcesPopupCheckedListBoxControl.PopupControl Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-resourcespopupcheckedlistboxcontrol-b66790c6.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DXCategory("Behavior")]
public PopupContainerControl PopupControl { get; }
vb
<DXCategory("Behavior")>
Public ReadOnly Property PopupControl As PopupContainerControl

Property Value

TypeDescription
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

ResourcesPopupCheckedListBoxControl Class

ResourcesPopupCheckedListBoxControl Members

DevExpress.XtraScheduler.UI Namespace