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