 | BcfBindingSourceGetDefaultActiveRowView Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntaxprotected virtual BcfRowView GetDefaultActiveRowView()
Protected Overridable Function GetDefaultActiveRowView As BcfRowView
Return Value
Type:
BcfRowViewThe default active
BcfRowView; or
null to use first or
BcfRowView if present.
RemarksOverride this method to return a persisted previous active BcfRowView.
When returning other value then nullBcfBindingSource will check if it is in list. If not first BcfRowView will be used as default if present.
Version InformationForms
Supported in: 4.0
See Also