Skip to main content
.NET 6.0+

IModelRegisteredPropertyEditor.PropertyType Property

Specifies the data type to which a Property Editor type is assigned via the IModelRegisteredPropertyEditor.EditorType property.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string PropertyType { get; set; }

Property Value

Type Description
String

A string specifying the data type to which a Property Editor type is assigned via the EditorType property.

See Also