ResizingMode Enum
Specifies how an element visually responds to resizing operations.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Postponed
|
An element is redrawn after the resizing operation is finished. |
Live
|
An element is redrawn dynamically during the resizing operation. |
Related API Members
The following properties accept/return ResizingMode values:
Remarks
This enumerator contains values that specify whether an element (such as a popup window) is redrawn dynamically during the resizing operation, or the element is redrawn after the resizing operation is finished.
See Also