aspnet-devexpress-dot-web-dot-aspxscheduler-468983d6.md
Specifies whether and how the scheduler form is displayed.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public enum SchedulerFormVisibility
Public Enum SchedulerFormVisibility
| 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.
|
The following properties accept/return SchedulerFormVisibility values:
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.
See Also