Back to Devexpress

ResizingMode Enum

aspnet-devexpress-dot-web-5f1aa26b.md

latest2.4 KB
Original Source

ResizingMode Enum

Specifies how an element visually responds to resizing operations.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ResizingMode
vb
Public Enum ResizingMode

Members

NameDescription
Postponed

An element is redrawn after the resizing operation is finished.

| | Live |

An element is redrawn dynamically during the resizing operation.

|

The following properties accept/return ResizingMode values:

Show 11 items

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxGridViewResizingSettings.Visualization
ASPxPopupControlBase.ResizingMode
ASPxSplitter.ResizingMode
GridCustomizationWindowPopupSettings.ResizingMode
GridEditFormPopupSettings.ResizingMode
GridFilterControlPopupSettings.ResizingMode
GridHeaderFilterPopupSettings.ResizingMode
PivotGridWebOptionsCustomization.FilterPopupWindowResizeMode
TreeListSettingsResizing.Visualization
ASP.NET MVC ExtensionsPopupControlSettingsBase.ResizingMode
SplitterSettings.ResizingMode

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

DevExpress.Web Namespace