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

ASPxClientUploadControl.GetText(index) Method

Gets the text displayed within the edit box of the specified file input element.

Declaration

GetText(
    index: number
): string

Parameters

Name Type Description
index number

An integer value that specifies the required file input element’s index.

Returns

Type Description
string

A string value representing the displayed text.

See Also