Back to Devexpress

SpinEdit.EditorTypeName Property

windowsforms-devexpress-dot-xtraeditors-dot-spinedit-6ebaf36f.md

latest1.3 KB
Original Source

SpinEdit.EditorTypeName Property

Gets the editor’s class name.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override string EditorTypeName { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property EditorTypeName As String

Property Value

TypeDescription
String

The string value representing the editor’s class name.

|

Remarks

The EditorTypeName property returns the editor’s class name (“SpinEdit”).

See Also

Custom Editors

SpinEdit Class

SpinEdit Members

DevExpress.XtraEditors Namespace