Skip to main content
A newer version of this page is available. .

WeekOfMonthEdit.EditorTypeName Property

Gets the class name of the editor.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public override string EditorTypeName { get; }

Property Value

Type Description
String

A String object identifying the class name.

Remarks

The EditorType property returns the class name (WeekOfMonthEdit in this case) of the editor. It is intended for internal use.

See Also