Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[TypeConverter(typeof(StringToTypeConverterBase))]
[Required]
[DataSourceProperty("RegisteredTypes")]
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