Back to Devexpress

AppointmentResourceEdit.EditValue Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-appointmentresourceedit-13fcca87.md

latest1.4 KB
Original Source

AppointmentResourceEdit.EditValue Property

Gets or sets the editor’s value.

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

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

AppointmentResourceEdit Class

AppointmentResourceEdit Members

DevExpress.XtraScheduler.UI Namespace