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