MindFusion.Wpf Pack Programmer's Guide
ValidationFailedEventArgs.AcceptInput Property
See Also
 





Gets or sets a value indicating whether to accept the input.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool AcceptInput { get; set; }

Visual Basic  Copy Code

Public Property AcceptInput As Boolean

 Property Value

true to accept the user input; false to reject it and retain the previous cell value. The default is true.

 See Also

ValidationFailedEventArgs Members
ValidationFailedEventArgs Class
MindFusion.Spreadsheet.Wpf Namespace