  | 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)
Syntaxpublic static bool GetForceCommitOnLostFocus(
	DataGrid dataGrid
)
Public Shared Function GetForceCommitOnLostFocus ( 
	dataGrid As DataGrid
) As Boolean
Parameters
- dataGrid
 - Type: System.Windows.ControlsDataGrid
The object. 
Return Value
Type: 
Booleantrue if a commit will be forced for the data grid when it looses the focus
See Also