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

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.v19.1.dll

Declaration

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

Property Value

Type
Boolean
See Also