Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseRowViews Property
Gets the row views.

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

Property Value

Type: ReadOnlyObservableCollectionBcfRowView
The row views.
See Also