ASPxScheduler.FormNames Field
Returns the names of the forms that are used by the ASPxScheduler control.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Field Value
Type |
---|
String[] |
Remarks
The following form names are currently used by ASPxScheduler: “AppointmentForm”, “InplaceEditor”, “GotoDateForm”, “RecurrentAppointmentDeleteForm”, “RecurrentAppointmentEditForm”, “HorizontalAppointmentTemplate”, “HorizontalSameDayAppointmentTemplate”, “VerticalAppointmentTemplate”, “ReminderForm”.
See Also