Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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