 | BcfTableViewBaseRowViewSources Property |
[This is preliminary documentation and is subject to change.]
Get or sets the row view source-lists.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntaxpublic ImmutableHashSet<BcfTableViewBase> RowViewSources { get; set; }Public Property RowViewSources As ImmutableHashSet(Of BcfTableViewBase)
Get
Set
Property Value
Type:
ImmutableHashSetBcfTableViewBaseThe source lists.
null indicates using
Repository directly as row view source. An empty set will cause an empty view.
Exceptions
Version InformationBCF
Supported in: 4.0
See Also