 |
BcfBindingSourceGetDefaultActiveRowView Method |
Gets the default active row view.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntaxprotected virtual BcfRowView GetDefaultActiveRowView()
Protected Overridable Function GetDefaultActiveRowView As BcfRowView
Return Value
Type:
BcfRowViewThe default active row view; or
null to use first or row view if present.
RemarksOverride this method to return a persisted previous active row.
When returning other value then nullBcfBindingSource will check if it is in list. If not first row view will be used as default if present.
See Also