 |
| BcfTableViewBaseBcfRowViews Property |
Gets the row views.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntaxpublic IEnumerable<BcfRowView> BcfRowViews { get; }Public ReadOnly Property BcfRowViews As IEnumerable(Of BcfRowView)
Get
Property Value
Type:
IEnumerableBcfRowViewThe row views.
See Also