Click or drag to resize
CalculationWorks Logo
BcfBindingSourceGetDefaultActiveRowView Method
Gets the default active row view.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
protected virtual BcfRowView GetDefaultActiveRowView()

Return Value

Type: BcfRowView
The default active row view; or null to use first or row view if present.
Remarks

Override 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