Skip to main content

RepositoryItemRichTextEdit.ConvertEditValueToPlainText(Object) Method

Converts the specified value to plain text.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

public virtual string ConvertEditValueToPlainText(
    object editValue
)

Parameters

Name Type Description
editValue Object

A value to be converted to plain text.

Returns

Type Description
String

A string that is the result of the conversion.

See Also