Skip to main content
.NET 6.0+

IModelViews.ListEditorsType Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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