SchedulerFormVisibility Enum
Specifies whether and how the scheduler form is displayed.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Members
Name | Description |
---|---|
None
|
The form is not invoked. The corresponding menu command is removed form the context menu. |
Popup
|
The form is displayed in a separate window above the ASPx |
Fill
|
The form covers the ASPx |
#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.