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

IModelViews.DefaultListEditor Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

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