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