Click or drag to resize

BcfTableViewBaseRowViewSources Property

[This is preliminary documentation and is subject to change.]

Get or sets the row view source-lists.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntax
public ImmutableHashSet<BcfTableViewBase> RowViewSources { get; set; }

Property Value

Type: ImmutableHashSetBcfTableViewBase
The source lists. null indicates using Repository directly as row view source. An empty set will cause an empty view.
Exceptions
ExceptionCondition
ArgumentException

At least one view-collection in value is null or disposed or its Repository is not this instances Repository.

Version Information

Forms

Supported in: 4.0
See Also