Skip to main content

ResourcesComboBoxControl.Properties Property

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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