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