CompositeView.UpdateItem(ViewItem) Method
Updates a specific View Item.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| newItem | ViewItem | A ViewItem that must be updated. |
Remarks
Generally, you do not need to call this method.
See Also