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

IModelListView.EditorType Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[TypeConverter(typeof(StringToTypeConverterBase))]
[DataSourceProperty("ModelClass.ListEditorsType")]
Type EditorType { get; set; }

Property Value

Type Description
Type

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

See Also