Skip to main content

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

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public static string[] FormNames

#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