Skip to main content

ASPxClientRichEdit.documentName Property

Specifies the name of the current document.

Declaration

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