Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelViews.DefaultListEditor Property

Specifies the List Editor that is used to display a List View by default.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Description
Type

A Type object representing the List Editor that is used to display a List View by default.

See Also