ASPxClientPopupWindow.SetFooterText(value) Method
Specifies the text displayed within the window’s footer.
Declaration
SetFooterText(
value: string
): void
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | A string value that specifies the window’s footer text. |
See Also