Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemSearchLookUpEdit.EditorTypeName Property

Gets the class name of the current editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

public override string EditorTypeName { get; }

#Property Value

Type Description
String

The string identifying 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