Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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