Back to Devexpress

BaseEdit.EditorTypeName Property

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-8684be2b.md

latest1.4 KB
Original Source

BaseEdit.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 virtual string EditorTypeName { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property EditorTypeName As String

Property Value

TypeDescription
String

A string value identifying the editor’s class name.

|

Remarks

As implemented in the BaseEdit class, the EditorTypeName property returns the “BaseEdit” string. Descendants override the property to return the appropriate class name.

See Also

Custom Editors

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace