Click or drag to resize
CalculationWorks Logo
BcfNavigationStateRowView Property
Gets or sets the row view.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
public WeakReference<BcfRowView> RowView { get; set; }

Property Value

Type: WeakReferenceBcfRowView
The row view.
See Also