Back to Devexpress

AppointmentLabelEdit.EditorTypeName Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-appointmentlabeledit-2740359e.md

latest1.3 KB
Original Source

AppointmentLabelEdit.EditorTypeName Property

Gets the class name of the editor.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public override string EditorTypeName { get; }
vb
Public Overrides ReadOnly Property EditorTypeName As String

Property Value

TypeDescription
String

A String object identifying the class name.

|

Remarks

The EditorTypeName property returns the class name (“AppointmentLabelEdit” in this case) of the editor. It is intended for internal use.

See Also

AppointmentLabelEdit Class

AppointmentLabelEdit Members

DevExpress.XtraScheduler.UI Namespace