Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.Controls Assembly / Xceed.Wpf.Controls Namespace / QueryValueFromTextEventArgs Class
Members


In This Topic
    QueryValueFromTextEventArgs Class
    In This Topic
    Provides information about the text and value being queried when an attempt is made to extract a value from the specified text.
    Syntax
    'Declaration
     
    Public Class QueryValueFromTextEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As QueryValueFromTextEventArgs
    public class QueryValueFromTextEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Wpf.Controls.QueryValueFromTextEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the QueryValueFromTextEventArgs class specifying the text from which a value is to be extracted.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating a value was successfully extracted from the specified text.  
    Public PropertyGets the text to be converted.  
    Public PropertyGets or sets the converted value.  
    Top
    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