Skip to main content

RichEditViewRepository.ToString() Method

Overrides the base class method to clear the text representation of an object.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public override string ToString()

Returns

Type Description
String

An empty string.

See Also