ASPxClientRoundPanel.SetHeaderText(text) Method
In This Article
Specifies the text displayed in the panel’s header.
#Declaration
TypeScript
SetHeaderText(
text: string
): void
#Parameters
Name | Type | Description |
---|---|---|
text | string | A string value that specifies the panel header’s text. |
See Also