Skip to main content
.NET 6.0+

CompositeView.AddItem(ViewItem) Method

Adds a specified View Item to a Composite View’s CompositeView.Items collection.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void AddItem(
    ViewItem item
)

Parameters

Name Type Description
item ViewItem

A ViewItem descendant representing the View Item which is added to the current Composite View’s CompositeView.Items collection.

Remarks

Adding a View Item to the CompositeView.Items collection raises the CompositeView.ItemsChanged event.

Generally, you do not need to use this method. Instead, add View Items via the Application Model. For this purpose, use the Application | Views | DetailView | Items node.

See Also