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.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use OpenPrevAppointmentCommand or OpenNextAppointmentCommand instead.")]
public bool ShowAnotherEditAppointmentForm { get; set; }
Property Value
Type |
---|
Boolean |
See Also