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

IModelMember.Type Property

Specifies the current property type.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[TypeConverter(typeof(StringToTypeConverterEx))]
[Required]
Type Type { get; set; }

Property Value

Type Description
Type

A Type object specifying the current property type.

See Also