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.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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