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

IModelRegisteredViewItem.RegisteredTypes Property

Specifies the possible View Item types that can be used in a UI by default.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
List<Type> RegisteredTypes { get; }

Property Value

Type Description
List<Type>

A List<Type> object representing a collection of the View Items type that can be used in a UI by default.

See Also