BootstrapSchedulerAppointmentDialogSettings<TViewModel, TLayoutElements>.Visibility Property
In This Article
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DefaultValue(SchedulerFormVisibility.PopupWindow)]
[XtraSerializableProperty]
public SchedulerFormVisibility Visibility { get; set; }
#Property Value
Type | Default |
---|---|
Scheduler |
Popup |
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 |
See Also