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

ASPxSchedulerOptionsForms Class

Contains settings that specify the templates location for displaying the end-user dialog forms (appointment editing, reminder processing and date navigation).

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class ASPxSchedulerOptionsForms :
    SchedulerNotificationOptions

The following members return ASPxSchedulerOptionsForms objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapScheduler.OptionsForms
ASP.NET Web Forms Controls ASPxScheduler.OptionsForms

Remarks

This class instance is available via the ASPxScheduler.OptionsForms property. It is used to provide options to customize the appearance and layout of the forms, invoked in special cases (appointment editing, reminder processing or date navigation).

See Also