Click or drag to resize

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
Syntax
public virtual IEnumerable<BcfRowView> SelectedRowViews { get; set; }

Property Value

Type: IEnumerableBcfRowView
The selected RowViews
See Also