 | BcfTableViewBaseSetSingleRowViewSource Method |
[This is preliminary documentation and is subject to change.]
Sets one view as row-view-source.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntaxpublic void SetSingleRowViewSource(
BcfTableViewBase source,
bool emptyIfSourceIsNull
)
Public Sub SetSingleRowViewSource (
source As BcfTableViewBase,
emptyIfSourceIsNull As Boolean
)
Parameters
- source
- Type: CalculationWorks.ViewModel.WindowsBcfTableViewBase
The source view or null. - emptyIfSourceIsNull
- Type: SystemBoolean
If source is null emptyIfSourceIsNull specifies whether the view should be empty (effective RowViewSources is an empty array)
or should contain all row-views from Repository (RowViewSources is null).
Version InformationBCF
Supported in: 4.0
See Also