Skip to main content

DateEdit.EditorTypeName Property

Gets the editor’s class name.

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 (“DateEdit“).

See Also