WeekDaysEdit.EditorTypeName Property
Gets the class name of the editor.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
String | A String object identifying the class name. |
Remarks
The EditorType property returns the class name (WeekDaysEdit in this case) of the editor. It is intended for internal use.
See Also