SchedulerFormVisibility Enum
Specifies whether and how the scheduler form is displayed.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
Members
Name | Description |
---|---|
None
|
The form is not invoked. The corresponding menu command is removed form the context menu. |
PopupWindow
|
The form is displayed in a separate window above the ASPxScheduler’s control area. The page has lost focus, and is displayed shadowed. |
FillControlArea
|
The form covers the ASPxScheduler control on the page, filling in the control’s area. |
Related API Members
The following properties accept/return SchedulerFormVisibility values:
Remarks
Use this enumeration’s members to specify the visibility mode of a specific scheduler’s form. This enumeration’s values are used by the ASPxSchedulerOptionsForms.AppointmentFormVisibility and ASPxSchedulerOptionsForms.GotoDateFormVisibility properties.