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

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[DXCategory("Behavior")]
public ResourcesCheckedListBoxControl ResourcesCheckedListBoxControl { get; }

Property Value

Type Description
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