ASPxClientSpinEdit.GetText Method
In This Article
Returns the text displayed within the editor.
#Declaration
TypeScript
GetText(): string
#Returns
Type | Description |
---|---|
string | A string value representing the text within the editor. |
#Remarks
This method returns the editor’s displayed text representing the editor’s value formatted according to a display format pattern applied (if any) and information about a specific culture used.
See Also