ASPxSchedulerOptionsForms.AppointmentFormVisibility Property
Gets or sets the option that specifies how an appointment form has to be shown.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
[DefaultValue(SchedulerFormVisibility.PopupWindow)]
public SchedulerFormVisibility AppointmentFormVisibility { 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:
Object Type | Path to AppointmentFormVisibility |
---|---|
ASPxScheduler |
|
Remarks
This property specifies the method to display the appointment editing form - as a separate window, in a parent window or not at all.