Skip to main content

ASPxClientPopupControlBase.GetCollapsed Method

Returns a value indicating whether the window is collapsed.

Declaration

GetCollapsed(): boolean

Returns

Type Description
boolean

true, if the window is collapsed; otherwise, false.

Remarks

End-users can collapse and expand a window using the collapse button. Use the GetCollapsed method to get a value indicating whether the default popup window is collapsed. To set the window collapse state on the client side, use the ASPxClientPopupControlBase.SetCollapsed method.

To specify the collapse state of the particular popup window, use the ASPxClientPopupControl.GetWindowCollapsed and ASPxClientPopupControl.SetWindowCollapsed methods.

On the server side, the window collapse state is controlled by the ASPxPopupControlBase.Collapsed property.

See Also