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

ResourcesComboBoxControl.Properties Property

Gets an object providing properties specific to the combo box editor.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[DXCategory("Properties")]
public RepositoryItemResourcesComboBox Properties { get; }

Property Value

Type Description
DevExpress.XtraScheduler.UI.RepositoryItemResourcesComboBox

A RepositoryItemResourcesComboBox object providing settings specific to this editor.

Remarks

Actually, this property provides access to the RepositoryItemImageComboBox property of the base class.

See Also