ASPxClientSplitterPane.SetAllowResize(allowResize) Method
In This Article
Specifies whether the current pane can be resized by end-users on the client side.
#Declaration
TypeScript
SetAllowResize(
allowResize: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
allow |
boolean |
|
#Remarks
Use the SetAllowResize method on the client side to control the availability of the pane resizing feature for individual panes.
See Also