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

PopupWindow.Collapsed Property

Gets or sets a value that specifies whether the window is collapsed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public bool Collapsed { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the window is collapsed; otherwise, false.

Remarks

End-users can collapse and expand a window using the collapse button. Use the Collapsed property to specify whether the current popup window is collapsed.

To specify the collapse state of the default popup window, use the ASPxPopupControlBase.Collapsed property.

On the client side, you can control the window collapse state using the ASPxClientPopupControl.GetWindowCollapsed and ASPxClientPopupControl.SetWindowCollapsed methods.

See Also