Skip to main content

BreadCrumbEdit.EditorTypeName Property

Returns the editor type name.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
String

Returns the “BreadCrumbEdit” string value.

See Also