Back to Devexpress

IModelRegisteredViewItem.DefaultItemType Property

expressappframework-devexpress-dot-expressapp-dot-editors-dot-imodelregisteredviewitem.md

latest1.4 KB
Original Source

IModelRegisteredViewItem.DefaultItemType Property

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

Namespace : DevExpress.ExpressApp.Editors

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DataSourceProperty("RegisteredTypes", new string[]{})]
[Required]
Type DefaultItemType { get; set; }
vb
<DataSourceProperty("RegisteredTypes", New String() {})>
<Required>
Property DefaultItemType As Type

Property Value

TypeDescription
Type

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

|

See Also

IModelRegisteredViewItem Interface

IModelRegisteredViewItem Members

DevExpress.ExpressApp.Editors Namespace