Click or drag to resize

BcfTableViewBaseRowViews Property

Gets the row views.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public IEnumerable<BcfRowView> RowViews { get; }

Property Value

Type: IEnumerableBcfRowView
The row views.
See Also