Skip to main content

PopupControlSettingsBase.AllowResize Property

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool AllowResize { get; set; }

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