Click or drag to resize

BcfTableViewBaseResetSources Method

Resets Sources of a custom view to to use entire Repository.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public void ResetSources()
Exceptions
ExceptionCondition
NotSupportedExceptionNot Supported in ChildView.
Remarks
Use
SetSources()
without parameter to make the view isempty - basing on an empty base-views collection.
See Also