ASPxClientPopupControlResizeState Members
Declares client constants that contain the identifiers of the window states.Properties
| Name | Description |
|---|---|
| Collapsed static | A window has been collapsed. Returns 1. |
| Expanded static | A window has been expanded. Returns 2. |
| Maximized static | A window has been maximized. Returns 3. |
| Resized static | A window has been resized. Returns 0. |
| RestoredAfterMaximized static | A window has been restored after maximizing. Returns 4. |
See Also