Back to Devexpress

ASPxClientControl.AdjustControls Method

aspnet-js-aspxclientcontrol-dot-adjustcontrols.md

latest744 B
Original Source

ASPxClientControl.AdjustControls Method

Modifies the controls size within the specified container.

Declaration

ts
static AdjustControls(
    container?: any
): void

Parameters

NameTypeDescription
containerany

An HTML element that is the container of the controls.

|

Remarks

This method can be useful when the visibility and layout of the container is dynamically changed on the client side (for instance, a container DIV element’s DISPLAY attribute changes from NONE to an empty string), and it’s required to recalculate the controls size.

See Also

ASPxClientControl Class

ASPxClientControl Members