Click or drag to resize

ToolsGetForceCommitOnLostFocus Method

Gets 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 bool GetForceCommitOnLostFocus(
	DataGrid dataGrid
)

Parameters

dataGrid
Type: System.Windows.ControlsDataGrid
The object.

Return Value

Type: Boolean
true if a commit will be forced for the data grid when it looses the focus
See Also