Click or drag to resize

BcfBindingSourceGetDefaultActiveRowView Method

Gets the default active BcfRowView.

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

Return Value

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

Override 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