Skip to main content
A newer version of this page is available. .

PersistentObjectStorage<T>.ValidateDataSource() Method

Checks mappings for validity.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public virtual void ValidateDataSource()

Remarks

The ValidateDataSource method determines whether all required mappings are present, checks whether a mapping name has a corresponding data field with the same name and there are no duplicated names.

See Also