ASPxClientRichEdit.documentName Property
In This Article
Specifies the name of the current document.
#Declaration
TypeScript
get documentName(): string
set documentName(name: string)
#Property Value
Type | Description |
---|---|
string | The document name. |
#Remarks
The ASPxRichEdit control assigns the name of an opened document to the documentName property.
See Also