Back to Devexpress

TreeListLookUpEdit.EditorTypeName Property

windowsforms-devexpress-dot-xtraeditors-dot-treelistlookupedit-5f54caeb.md

latest1.4 KB
Original Source

TreeListLookUpEdit.EditorTypeName Property

Gets the class name of the current editor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public override string EditorTypeName { get; }
vb
Public Overrides ReadOnly Property EditorTypeName As String

Property Value

TypeDescription
String

A string that is the class name of the current editor.

|

Remarks

The EditorTypeName property returns the class name (“TreeListLookUpEdit”) of the current editor.

This property supports the internal infrastructure and is not intended to be used directly from your code.

See Also

TreeListLookUpEdit Class

TreeListLookUpEdit Members

DevExpress.XtraEditors Namespace