PreventFocusLeave Property
PreventFocusLeave
Gets or sets whether to keep the focus on the validating Cell.
Declaration
public bool PreventFocusLeave { get; set; }
Public Property PreventFocusLeave As Boolean
Property Value
Type |
Description |
bool |
true to keep the focus on the validating Cell; otherwise, false.
The default is true.
|