Skip to main content

RepositoryItemRichTextEdit.EditorTypeName Property

Gets the class name of an editor corresponding to the current repository item.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v24.1.dll

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

Declaration

[Browsable(false)]
public override string EditorTypeName { get; }

Property Value

Type Description
String

A String value that identifies the class name of a corresponding editor.

Remarks

The EditorTypeName property returns the class name (“RichTextEdit”).

See Also