Back to Devexpress

AppointmentResourceEdit.EditorTypeName Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-appointmentresourceedit-c9082ed3.md

latest1.4 KB
Original Source

AppointmentResourceEdit.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 EditorType property returns the class name ( AppointmentResourceEdit in this case) of the editor. It is intended for internal use.

See Also

AppointmentResourceEdit Class

AppointmentResourceEdit Members

DevExpress.XtraScheduler.UI Namespace