CompositeView.AddItem(ViewItem) Method
Adds a specified View Item to a Composite View’s CompositeView.Items collection.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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