BootstrapSchedulerAppointmentInplaceEditDialogSettings<TViewModel, TLayoutElements>.PopupWindowSize Property
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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