Search
ValidationFailedEventArgs.Data Property
See Also
 






Gets the input that failed to validate.

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

 Syntax

C#  Copy Code

public string Data { get; }

Visual Basic  Copy Code

Public ReadOnly Property Data As String

 Property Value

A string value representing the user input.

 See Also