Skip to main content
.NET 6.0+

CompositeView.UpdateItem(ViewItem) Method

Updates a specific View Item.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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