MemoEdit.EditorTypeName Property
Gets the editor’s class name.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| String | The class name (“MemoEdit“). |
See Also
Gets the editor’s class name.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v26.1.dll
[Browsable(false)]
public override string EditorTypeName { get; }
<Browsable(False)>
Public Overrides ReadOnly Property EditorTypeName As String
| Type | Description |
|---|---|
| String | The class name (“MemoEdit“). |