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

ASPxScheduler.FormNames Field

Returns the names of the forms that are used by the ASPxScheduler control.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

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