Skip to main content

ResourceStorageBase.ValidateDataSource() Method

In This Article

Checks mappings for validity.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public override 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