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