Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemRichTextEdit.ConvertEditValueToPlainText(Object) Method

Converts the specified value to plain text.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v24.2.dll

NuGet Package: DevExpress.Win.RichEdit

#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