 | 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
Syntaxpublic ImmutableHashSet<BcfTableViewBase> Sources { get; }Public ReadOnly Property Sources As ImmutableHashSet(Of BcfTableViewBase)
Get
Property Value
Type:
ImmutableHashSetBcfTableViewBaseThe source lists.
indicates using
Repository directly as row view source. An empty set will cause an empty view.
See Also