Skip to main content
A newer version of this page is available. .

ASPxClientSpinEdit.GetText Method

Returns the text displayed within the editor.

Declaration

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