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