IModelRegisteredPropertyEditor.EditorType Property
Specifies the Property Editor type that will 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
[DataSourceProperty("RegisteredTypes", new string[]{})]
[Required]
Type EditorType { get; set; }
Property Value
| Type | Description |
|---|---|
| Type | A Type object specifying the Property Editor type that will be used for properties of the data type specified by the PropertyType property. |
See Also