Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

Declaration

[TypeConverter(typeof(StringToTypeConverterBase))]
[Required]
[DataSourceProperty("RegisteredTypes", new string[]{})]
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