Back to Devexpress

ResourcesComboBoxControl.Properties Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-resourcescomboboxcontrol-0a78697d.md

latest1.5 KB
Original Source

ResourcesComboBoxControl.Properties Property

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

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DXCategory("Properties")]
public RepositoryItemResourcesComboBox Properties { get; }
vb
<DXCategory("Properties")>
Public ReadOnly Property Properties As RepositoryItemResourcesComboBox

Property Value

TypeDescription
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

ResourcesComboBoxControl Class

ResourcesComboBoxControl Members

DevExpress.XtraScheduler.UI Namespace