Skip to main content
A newer version of this page is available. .
Tab

PopupWindow.Width Property

Gets or sets the popup window’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual Unit Width { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value specifying the popup window’s width.

See Also