 | BcfBindingSourceSelectedRowViews Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the selected RowViews
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntaxpublic virtual IEnumerable<BcfRowView> SelectedRowViews { get; set; }Public Overridable Property SelectedRowViews As IEnumerable(Of BcfRowView)
Get
Set
Property Value
Type:
IEnumerableBcfRowViewThe selected RowViews
See Also