Skip to main content

AppointmentResourceEdit.EditValue Property

Gets or sets the editor’s value.

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

A Object value.

Remarks

You should use the AppointmentResourceEdit.ResourceId value in appointment editing form implementation. The EditValue property is for compatibility only.

See Also