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