Back to Devexpress

IModelListView.EditorType Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodellistview-bc0f4c01.md

latest1.5 KB
Original Source

IModelListView.EditorType Property

Specifies the List Editor that displays the current List View in a UI.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

Property Value

TypeDescription
Type

A Type object specifying the List Editor that displays the current List View in a UI.

|

See Also

IModelListView Interface

IModelListView Members

DevExpress.ExpressApp.Model Namespace