ResizingMode Enum
In This Article
Specifies how an element visually responds to resizing operations.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.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. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also