| 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
)
Public Shared Sub SetForceCommitOnLostFocus (
dataGrid As DataGrid,
value As Boolean
)
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