Click or drag to resize

BcfBindingSourceGetDefaultActiveRowView Method

[This is preliminary documentation and is subject to change.]

Gets the default active BcfRowView.

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

Return Value

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

Override 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 Information

Forms

Supported in: 4.0
See Also