 | BcfBindingSourceSelectedRowViews Property |
Gets or sets the selected RowViews
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
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