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

TextEdit.EditorTypeName Property

Gets the editor’s class name.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Description
String

The ‘TextEdit‘ string

Remarks

This property overrides the BaseEdit.EditorTypeName property.

See Also