Skip to main content
ON

DetailFormViewModelBase.ReloadItem(Object) Method

Populates the source item with new data.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public void ReloadItem(
    object newItem
)

Parameters

Name Type Description
newItem System.Object

A new data object.

See Also