PopupControlSettingsBase.AllowResize Property
In This Article
Gets or sets a value that specifies whether popup windows (dock panel) can be resized by end-users on the client side.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if window resizing is allowed; otherwise, false. |
#Remarks
The AllowResize property controls the availability of the window resizing feature. This feature is coupled with the PopupControlSettingsBase.ResizingMode and PopupControlSettingsBase.ShowSizeGrip property settings.
See Also