Skip to main content

SchedulerControl.ShowAnotherEditAppointmentForm Property

OBSOLETE

Use OpenPrevAppointmentCommand or OpenNextAppointmentCommand instead.

For internal use only. Required for the AppointmentFormController on the appointment editing form.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use OpenPrevAppointmentCommand or OpenNextAppointmentCommand instead.")]
public bool ShowAnotherEditAppointmentForm { get; set; }

Property Value

Type
Boolean
See Also