Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

BlazorActionContainerViewItem(Type, IModelActionContainerViewItem) Constructor

Initializes a new instance of the BlazorActionContainerViewItem class with specified settings.

Namespace: DevExpress.ExpressApp.Blazor.Editors

Assembly: DevExpress.ExpressApp.Blazor.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Blazor

Declaration

public BlazorActionContainerViewItem(
    Type objectType,
    IModelActionContainerViewItem model
)

Parameters

Name Type Description
objectType Type

A Type object that is the type of the object for which the current View Item’s View is created. This value is assigned to the ViewItem.ObjectType property.

model IModelActionContainerViewItem

An IModelActionContainerViewItem object that represents the Application Model‘s Views | <DetailView> | Items | ActionContainerViewItem node that defines the current View Item.

Remarks

XAF creates instances of View Items automatically, you do not need to use this constructor.

See Also