ASPxClientResource.GetCaption Method
In This Article
Returns the resource’s caption.
#Declaration
TypeScript
GetCaption(): string
#Returns
Type | Description |
---|---|
string | A string value that is the resource’s caption. |
#Remarks
Alternatively, use the ASPxClientResource.caption property to get the resource’s caption.
See Also