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