Skip to main content
.NET 6.0+

IModelViews.DefaultListEditor Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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