Skip to main content

ASPxClientPopupWindowResizeEventArgs.resizeState Property

Returns the value indicating the window state after resizing.

#Declaration

TypeScript
resizeState: number

#Property Value

Type Description
number

The integer value indicating the window resize state.

#Remarks

Use the resizeState property to determine the window state after resizing. The available states are specified in the ASPxClientPopupControlResizeState class fields.

See Also