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.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
[DefaultValue(SchedulerFormVisibility.PopupWindow)]
public SchedulerFormVisibility GotoDateFormVisibility { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Scheduler |
Popup |
A Scheduler |
Available values:
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 |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Goto |
---|---|
ASPx |
|
#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
GotoDateFormVisibility = FillControlArea