[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.PopupBuilder.IsResizable

IsResizable Method

IsResizable(bool)

Configurates IsResizable. Sets a value that determines whether the popup can be resized by dragging its edges with the mouse.

Declaration
public PopupBuilder IsResizable(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
PopupBuilder

Current builder.

Remarks

You can limit the size of the popup by setting the host element's max-width, min-width, max-height, and min-height CSS properties.