Skip to main content
.NET 6.0+

IModelListView.EditorType Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[TypeConverter(typeof(StringToTypeConverterBase))]
[DataSourceProperty("ModelClass.ListEditorsType", new string[]{})]
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