Skip to main content

RepositoryItemTextEdit.EditorTypeName Property

Gets the corresponding editor’s type name.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

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

Property Value

Type Description
String

The ‘TextEdit‘ string always.

Remarks

This property overrides the RepositoryItem.EditorTypeName property.

See Also