Mapping.UpdateTarget(ISourceObjectContainer, Boolean) Method
In This Article
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public bool UpdateTarget(
ISourceObjectContainer container,
bool suppressValidation = false
)
#Parameters
Name | Type |
---|---|
container | DevExpress. |
#Optional Parameters
Name | Type | Default |
---|---|---|
suppress |
Boolean | False |
#Returns
Type |
---|
Boolean |
See Also