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

IModelCommonMemberViewItem.PropertyEditorType Property

Specifies the Property Editor that is used for the current property in a UI.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DataSourceProperty("PropertyEditorTypes")]
[TypeConverter(typeof(StringToTypeConverterBase))]
[Required(typeof(ModelMemberRequiredCalculator))]
Type PropertyEditorType { get; set; }

Property Value

Type Description
Type

A Type object specifying the Property Editor that is used for the current property in a UI.

See Also