Skip to main content

BootstrapSchedulerAppointmentInplaceEditDialogSettings<TViewModel, TLayoutElements>.PopupWindowSize Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(BootstrapDialogSizing.Medium)]
[PersistenceMode(PersistenceMode.Attribute)]
public override BootstrapDialogSizing PopupWindowSize { get; set; }

Property Value

Type Default
DevExpress.Web.Bootstrap.BootstrapDialogSizing Medium
See Also