ASPxClientPivotCustomization.SetWidth(value) Method
Specifies the Customization Control’s width.
Declaration
SetWidth(
value: number
): void
Parameters
Name | Type | Description |
---|---|---|
value | number | The Customization Control’s width. |
Remarks
To specify the Customization Control’s height, use the ASPxClientPivotCustomization.SetHeight method.
See Also