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

XafPopupWindowControl.IsAutoHeightEnabled Property

Indicates whether the window height is calculated and set automatically.

Namespace: DevExpress.ExpressApp.Web.Controls

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public bool IsAutoHeightEnabled { get; set; }

Property Value

Type Description
Boolean

true, if the window height is calculated and set automatically; otherwise, false.

See Also