ASPxClientPopupControlBase.SetFooterText(value) Method
In This Article
Specifies the text displayed within a window’s footer.
#Declaration
TypeScript
SetFooterText(
value: string
): void
#Parameters
Name | Type | Description |
---|---|---|
value | string | A string value that specifies a window’s footer text. |
See Also