Skip to main content

RepositoryItem.EditorTypeName Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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