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

ResourcesComboBoxControl.EditorTypeName Property

Gets the class name of the current editor.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public override string EditorTypeName { get; }

Property Value

Type Description
String

A String identifying the class name of the current editor.

Remarks

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

See Also