Skip to main content
.NET 6.0+

IModelRegisteredViewItem.DefaultItemType Property

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DataSourceProperty("RegisteredTypes", new string[]{})]
[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