ResourcesComboBoxControl.Properties Property
Gets an object providing properties specific to the combo box editor.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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