 |
| BcfBindingSourceCurrentRowView Property |
Gets or sets the current row view.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntaxpublic BcfRowView CurrentRowView { get; set; }Public Property CurrentRowView As BcfRowView
Get
Set
public:
property BcfRowView^ CurrentRowView {
BcfRowView^ get ();
void set (BcfRowView^ value);
}member CurrentRowView : BcfRowView with get, set
Property Value
Type:
BcfRowViewThe current row view.
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also