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

IModelRegisteredViewItem.DefaultItemType Property

Specifies a View Item type that will be used in a UI by default.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DataSourceProperty("RegisteredTypes")]
[TypeConverter(typeof(StringToTypeConverterBase))]
[Required]
Type DefaultItemType { get; set; }

Property Value

Type Description
Type

A Type object representing the View Item type that will be used in a UI by default.

See Also