Back to Devexpress

GridLookUpEdit.EditorTypeName Property

windowsforms-devexpress-dot-xtraeditors-dot-gridlookupedit-ff17fbf5.md

latest1.4 KB
Original Source

GridLookUpEdit.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 (“GridLookUpEdit”) of the current editor.

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

See Also

GridLookUpEdit Class

GridLookUpEdit Members

DevExpress.XtraEditors Namespace