Skip to main content
A newer version of this page is available. .
Tab

ResizingMode Enum

Specifies how an element visually responds to resizing operations.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum ResizingMode

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

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. Enumeration values are used to set the ASPxPopupControlBase.ResizingMode and ASPxSplitter.ResizingMode properties.

See Also