Skip to main content

CalcEdit.EditorTypeName Property

Gets the class name of the current editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v25.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
String

The class name (“CalcEdit“).

See Also