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