Back to Devexpress

TextEdit.EditorTypeName Property

windowsforms-devexpress-dot-xtraeditors-dot-textedit-578163c6.md

latest1.3 KB
Original Source

TextEdit.EditorTypeName Property

Gets the editor’s class name.

Namespace : DevExpress.XtraEditors

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

|

Remarks

This property overrides the BaseEdit.EditorTypeName property.

See Also

Custom Editors

TextEdit Class

TextEdit Members

DevExpress.XtraEditors Namespace