ASPxClientRichEdit.fileName Property
In This Article
Specifies the name of the saved/downloaded file.
#Declaration
TypeScript
get fileName(): string
set fileName(name: string)
#Property Value
Type | Description |
---|---|
string | The file name. |
See Also