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