Back to Devexpress

IModelRegisteredPropertyEditor.EditorType Property

expressappframework-devexpress-dot-expressapp-dot-editors-dot-imodelregisteredpropertyeditor.md

latest1.7 KB
Original Source

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

csharp
[DataSourceProperty("RegisteredTypes", new string[]{})]
[Required]
Type EditorType { get; set; }
vb
<Required>
<DataSourceProperty("RegisteredTypes", New String() {})>
Property EditorType As Type

Property Value

TypeDescription
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

IModelRegisteredPropertyEditor Interface

IModelRegisteredPropertyEditor Members

DevExpress.ExpressApp.Editors Namespace