Click or drag to resize

BcfTableViewBaseSources Property

[This is preliminary documentation and is subject to change.]

Get the row view source-lists.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public ImmutableHashSet<BcfTableViewBase> Sources { get; }

Property Value

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