Skip to main content
.NET 6.0+

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.v23.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