Back to Devexpress

SchedulerFormVisibility Enum

aspnet-devexpress-dot-web-dot-aspxscheduler-468983d6.md

latest3.2 KB
Original Source

SchedulerFormVisibility Enum

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

Declaration

csharp
public enum SchedulerFormVisibility
vb
Public Enum SchedulerFormVisibility

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapSchedulerAppointmentDialogSettings<TViewModel, TLayoutElements>.Visibility
BootstrapSchedulerGotoDateDialogSettings<TViewModel, TLayoutElements>.Visibility
BootstrapSchedulerRecurrentAppointmentDeleteDialogSettings<TViewModel, TLayoutElements>.Visibility
BootstrapSchedulerRecurrentAppointmentEditDialogSettings<TViewModel, TLayoutElements>.Visibility
ASP.NET Web Forms ControlsASPxSchedulerOptionsForms.AppointmentFormVisibility
ASPxSchedulerOptionsForms.GotoDateFormVisibility
ASPxSchedulerOptionsForms.RecurrentAppointmentDeleteFormVisibility
ASPxSchedulerOptionsForms.RecurrentAppointmentEditFormVisibility

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.

See Also

DevExpress.Web.ASPxScheduler Namespace