Skip to main content
.NET 6.0+

IModelMember.Type Property

Specifies the current property type.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.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