ASPxClientEditBase.GetCaption Method
In This Article
Returns the text displayed in the editor caption.
#Declaration
TypeScript
GetCaption(): string
#Returns
Type | Description |
---|---|
string | A string value that is the editor’s caption. |
#Remarks
You can use the ASPxClientEditBase.SetCaption method or the server ASPxEditBase.Caption property to specify the text for the editor caption on the client or server side.
See Also