Version

InvalidValueBehavior Property (UltraGridColumn)

Specifies behavior when the user attempts to leave a cell after entering an invalid value.
Syntax
'Declaration
 
Public Property InvalidValueBehavior As InvalidValueBehavior
public InvalidValueBehavior InvalidValueBehavior {get; set;}
Remarks

InvalidValueBehavior property is used to specify what actions are taken by the UltraGrid when the user attempts to leave a cell after entering an invalid value. This property provides the default values for the properties on CellDataErrorEventArgs when it fires the UltraGrid.CellDataError event. Therefore the same functionality can be achieved by hooking into that event and setting the properties on the event args. Also the event args exposes other properties that control other aspects of the behavior.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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