Skip to main content
.NET 6.0+

IModelClass.ListEditorsType Property

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

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 types available for objects of the current class.

Remarks

Intended for internal use.

See Also