Back to Devexpress

IModelViews.DefaultListEditor Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelviews.md

latest1.4 KB
Original Source

IModelViews.DefaultListEditor Property

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

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DataSourceProperty("ListEditorsType", new string[]{})]
Type DefaultListEditor { get; set; }
vb
<DataSourceProperty("ListEditorsType", New String() {})>
Property DefaultListEditor As Type

Property Value

TypeDescription
Type

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

|

See Also

IModelViews Interface

IModelViews Members

DevExpress.ExpressApp.Model Namespace