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