Back to Devexpress

SearchLookUpEdit.EditorTypeName Property

windowsforms-devexpress-dot-xtraeditors-dot-searchlookupedit-a97a5339.md

latest1.4 KB
Original Source

SearchLookUpEdit.EditorTypeName Property

Gets the class name of the current editor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
String

A string giving the class name of the current editor.

|

Remarks

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

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

See Also

SearchLookUpEdit Class

SearchLookUpEdit Members

DevExpress.XtraEditors Namespace