Back to Devexpress

ResourcesComboBoxControl.EditorTypeName Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-resourcescomboboxcontrol-fbeb481b.md

latest1.4 KB
Original Source

ResourcesComboBoxControl.EditorTypeName Property

Gets the class name of the current 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 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

ResourcesComboBoxControl Class

ResourcesComboBoxControl Members

DevExpress.XtraScheduler.UI Namespace