 |
| BcfTableViewBaseTRowViewRowViews Property |
Gets the TRowViews.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntaxpublic IEnumerable<TRowView> RowViews { get; }Public ReadOnly Property RowViews As IEnumerable(Of TRowView)
Get
public:
property IEnumerable<TRowView>^ RowViews {
IEnumerable<TRowView>^ get ();
}member RowViews : IEnumerable<'TRowView> with get
Property Value
Type:
IEnumerableTRowViewThe
TRowViews.
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.2, 3.0, 2.1, 2.0
See Also