Back to Devexpress

SchedulerControl.ShowAnotherEditAppointmentForm Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-d325d4df.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use OpenPrevAppointmentCommand or OpenNextAppointmentCommand instead.")]
public bool ShowAnotherEditAppointmentForm { get; set; }
vb
<Obsolete("Use OpenPrevAppointmentCommand or OpenNextAppointmentCommand instead.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ShowAnotherEditAppointmentForm As Boolean

Property Value

Type
Boolean

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace