Skip to main content
.NET 6.0+

IModelRegisteredPropertyEditor.RegisteredTypes Property

Specifies the Property Editor types that can be used for properties of the data type specified by the IModelRegisteredPropertyEditor.PropertyType property.

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 Property Editor types that can be used for properties of the data type specified by the PropertyType property.

See Also