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

IModelViews.ListEditorsType Property

Specifies the List Editors that can be used to display a List View.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[Browsable(false)]
IEnumerable<Type> ListEditorsType { get; }

Property Value

Type Description
IEnumerable<Type>

An IEnumerable<Type> collection representing the possible List Editors that can be used to display a List View.

See Also