 | BcfTableViewBaseSources Property |
Get the row view source-lists.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.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