Click or drag to resize

ToolsSetForceCommitOnLostFocus Method

Sets a value that indicates if a commit will be forced on the data grid when it looses the focus.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public static void SetForceCommitOnLostFocus(
	DataGrid dataGrid,
	bool value
)

Parameters

dataGrid
Type: System.Windows.ControlsDataGrid
The data grid.
value
Type: SystemBoolean
If set to true a commit will be forced on the data grid when it looses the focus.
See Also