GrapeCity MultiRow Windows Forms Documentation
KeepFocus Property


Gets or sets a value that indicates whether to keep the focus on the validating Cell when executing the CellValidateAction.
Syntax
Public Property KeepFocus As Boolean
Dim instance As ValidateActionContext
Dim value As Boolean
 
instance.KeepFocus = value
 
value = instance.KeepFocus
public bool KeepFocus {get; set;}

Property Value

true to keep the focus on the validating Cell when executing the CellValidateAction; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValidateActionContext Class
ValidateActionContext Members

 

 


Copyright © GrapeCity, inc. All rights reserved.