Back to Devexpress

IModelClass.EditorType Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelclass-399b56fb.md

latest1.4 KB
Original Source

IModelClass.EditorType Property

Specifies the List Editor that is used for objects of the current class in a UI.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DataSourceProperty("ListEditorsType", new string[]{})]
Type EditorType { get; set; }
vb
<DataSourceProperty("ListEditorsType", New String() {})>
Property EditorType As Type

Property Value

TypeDescription
Type

A Type object specifying the List Editor that is used for objects of the current class in a UI.

|

See Also

IModelClass Interface

IModelClass Members

DevExpress.ExpressApp.Model Namespace