PopupControlSettingsBase.ResizingMode Property
Gets or sets a value that specifies when the popup window (or a dock panel) being resized should be redrawn.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ResizingMode | One of the ResizingMode enumeration values. |
Available values:
Name | Description |
---|---|
Postponed | An element is redrawn after the resizing operation is finished. |
Live | An element is redrawn dynamically during the resizing operation. |
Remarks
The ResizingMode property controls whether the popup window (or a dock panel) is redrawn dynamically during the resizing operation (the ResizingMode.Live value), or the element is redrawn after the resizing operation is finished (the ResizingMode.Postponed value).
See Also