ResourcesComboBoxControl.EditValue Property
Gets or sets the combo box value that specifies the resource.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
| Type | Description |
|---|---|
| Object | The object representing the edit value. |
Remarks
You should cast the return value to Resource type to get access to the currently selected resource.
See Also