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

RepositoryItemPopupBase.EditorTypeName Property

Gets the owning editor’s type name.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
String

The ‘PopupBaseEdit‘ string always.

Remarks

This property overrides the RepositoryItem.EditorTypeName property.

See Also