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

AppointmentLabelEdit.EditValue Property

Gets or sets the editor’s value.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

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

Property Value

Type Description
Object

A Object value.

Remarks

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

See Also