Skip to main content
A newer version of this page is available. .

ResourcesComboBoxControl.EditValue Property

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

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