Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelClass.ListEditorsType Property

Returns a collection of List Editor types available for objects of the current class.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.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 types available for objects of the current class.

Remarks

Intended for internal use.

See Also