Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CompositeView.UpdateItem(ViewItem) Method

Updates a specific View Item.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void UpdateItem(
    ViewItem newItem
)

Parameters

Name Type Description
newItem ViewItem

A ViewItem that must be updated.

Remarks

Generally, you do not need to call this method.

See Also