Skip to main content

ASPxClientSplitter.SetAllowResize(allowResize) Method

Specifies whether the control’s panes can be resized by end-users on the client side.

#Declaration

TypeScript
SetAllowResize(
    allowResize: boolean
): void

#Parameters

Name Type Description
allowResize boolean

true if pane resizing is allowed; otherwise, false.

#Remarks

Use the SetAllowResize method on the client side to control the availability of the pane resizing feature.

See Also