Click or drag to resize

BcfTableViewBaseSources Property

Get the row view source-lists.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public ImmutableHashSet<BcfTableViewBase> Sources { get; }

Property Value

Type: ImmutableHashSetBcfTableViewBase
The source lists. indicates using Repository directly as row view source. An empty set will cause an empty view.
See Also