Back to Devexpress

ResourcesComboBoxControl.EditValue Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-resourcescomboboxcontrol-d5a632c4.md

latest1.5 KB
Original Source

ResourcesComboBoxControl.EditValue Property

Gets or sets the combo box value that specifies the resource.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public override object EditValue { get; set; }
vb
<Browsable(False)>
Public Overrides Property EditValue As Object

Property Value

TypeDescription
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

ResourcesComboBoxControl Class

ResourcesComboBoxControl Members

DevExpress.XtraScheduler.UI Namespace