Skip to main content

ResourcesComboBoxControl.EditValue Property

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public override object EditValue { get; set; }

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