AppointmentDependencyTypeEdit.EditValue Property
Gets or sets the editor’s value.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override object EditValue { get; set; }
Property Value
Type | Description |
---|---|
Object | A Object value. |
Remarks
You should use the AppointmentDependencyTypeEdit.Type value in the appointment dependency form implementation. The EditValue property is for compatibility only.
See Also