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

SchedulerFormVisibility Enum

Specifies whether and how the scheduler form is displayed.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public enum SchedulerFormVisibility

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.

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