Skip to main content
A newer version of this page is available. .

RepositoryItem.EditorTypeName Property

Gets the class name of the editor corresponding to the repository item.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

[Browsable(false)]
public virtual string EditorTypeName { get; }

Property Value

Type Description
String

A string value representing the class name of the editor.

Remarks

As implemented in the RepositoryItem class, the EditorTypeName property value is “BaseEdit”. Descendants override this property to return appropriate values.

See Also