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

ASPxSchedulerOptionsForms.GotoDateFormVisibility Property

Gets or sets an option that specifies how the date navigation form is shown.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue(SchedulerFormVisibility.PopupWindow)]
public SchedulerFormVisibility GotoDateFormVisibility { get; set; }

Property Value

Type Default Description
SchedulerFormVisibility **PopupWindow**

A SchedulerFormVisibility enumeration member.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to GotoDateFormVisibility
ASP.NET Controls and MVC Extensions ASPxScheduler
.OptionsForms.GotoDateFormVisibility
MVCxScheduler
.OptionsForms.GotoDateFormVisibility
SchedulerSettings
.OptionsForms.GotoDateFormVisibility
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsForms.GotoDateFormVisibility

Remarks

This property specifies the method to display the appointment editing form - as a separate window, in a parent window replacing the control to fill up the control’s area or not at all.

  •  
  • GotoDateFormVisibility = PopupWindow

    GotoDateForm-Popup

     

  • GotoDateFormVisibility = FillControlArea

    GotoDateForm-FillControlArea

See Also