Skip to main content

AppointmentDependencyTypeEdit.EditorTypeName Property

Gets the class name of the editor.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override string EditorTypeName { get; }

Property Value

Type Description
String

A string identifying the class name.

Remarks

The EditorType property returns the class name (AppointmentDependencyTypeEdit in this case) of the editor. It is intended for serialization purposes.

See Also