Skip to main content
Tab

GridCustomizationWindowPopupSettings.ResizingMode Property

Gets or sets a value that specifies when the customization window being resized should be redrawn.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(ResizingMode.Live)]
public ResizingMode ResizingMode { get; set; }

Property Value

Type Default Description
ResizingMode Live

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 customization window is redrawn dynamically during the resizing operation (the Live value), or the window is redrawn after the resizing operation is finished (the Postponed value).

See Also