Back to Devexpress

ResourcesPopupCheckedListBoxControl.ResourcesCheckedListBoxControl Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-resourcespopupcheckedlistboxcontrol-96a3de7f.md

latest2.2 KB
Original Source

ResourcesPopupCheckedListBoxControl.ResourcesCheckedListBoxControl Property

Gets access to the checked list box control that is a part of the current control.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[DXCategory("Behavior")]
public ResourcesCheckedListBoxControl ResourcesCheckedListBoxControl { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<DXCategory("Behavior")>
Public ReadOnly Property ResourcesCheckedListBoxControl As ResourcesCheckedListBoxControl

Property Value

TypeDescription
ResourcesCheckedListBoxControl

A ResourcesCheckedListBoxControl object that forms the current control.

|

Remarks

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

See Also

ResourcesPopupCheckedListBoxControl Class

ResourcesPopupCheckedListBoxControl Members

DevExpress.XtraScheduler.UI Namespace