Skip to main content

BootstrapPopupControlBootstrapSpecificSettings.Sizing Property

Specifies the sizing mode of the Popup Control’s elements.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(BootstrapSizing.NotSet)]
public virtual BootstrapSizing Sizing { get; set; }

Property Value

Type Default Description
BootstrapSizing NotSet

One of the BootstrapSizing values.

Available values:

Name Description
NotSet

A sizing option is not specified.

Small

A control displays visual elements of small size.

Normal

A control displays visual elements of normal size.

Large

A control displays visual elements of large size.

Property Paths

You can access this nested property as listed below:

Object Type Path to Sizing
BootstrapPopupControl
See Also