Back to Devexpress

RepositoryItemTextEdit.EditorTypeName Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtextedit-32620bce.md

latest1.5 KB
Original Source

RepositoryItemTextEdit.EditorTypeName Property

Gets the corresponding editor’s type name.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override string EditorTypeName { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property EditorTypeName As String

Property Value

TypeDescription
String

The ‘ TextEdit ‘ string always.

|

Remarks

This property overrides the RepositoryItem.EditorTypeName property.

See Also

Custom Editors

RepositoryItemTextEdit Class

RepositoryItemTextEdit Members

DevExpress.XtraEditors.Repository Namespace