Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.Controls Assembly / Xceed.Wpf.Controls Namespace / QueryValueFromTextEventArgs Class / QueryValueFromTextEventArgs Constructor
A string representing the text to be converted.
The converted value. Can be a null reference (Nothing in Visual Basic) if a value could not be extracted from text.


In This Topic
    QueryValueFromTextEventArgs Constructor
    In This Topic
    Initializes a new instance of the QueryValueFromTextEventArgs class specifying the text from which a value is to be extracted.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As String, _
       ByVal value As Object _
    )
    'Usage
     
    Dim text As String
    Dim value As Object
     
    Dim instance As New QueryValueFromTextEventArgs(text, value)
    public QueryValueFromTextEventArgs( 
       string text,
       object value
    )

    Parameters

    text
    A string representing the text to be converted.
    value
    The converted value. Can be a null reference (Nothing in Visual Basic) if a value could not be extracted from text.
    Requirements

    Target Platforms: Windows 11, Windows, 10, 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