Xceed DataGrid for WPF v7.2 Documentation
QueryTextFromValueEventArgs Constructor


Xceed.Wpf.Controls Assembly > Xceed.Wpf.Controls Namespace > QueryTextFromValueEventArgs Class : QueryTextFromValueEventArgs Constructor
An object representing the value whose string representation is to be extracted.
The string representation of value.
Initializes a new instance of the QueryTextFromValueEventArgs class specifying the value whose string representation is to be extracted.
Syntax
'Declaration
 
Public Function New( _

   ByVal value As Object, _

   ByVal text As String _

)
'Usage
 
Dim value As Object

Dim text As String

 

Dim instance As New QueryTextFromValueEventArgs(value, text)
public QueryTextFromValueEventArgs( 

   object value,

   string text

)

Parameters

value
An object representing the value whose string representation is to be extracted.
text
The string representation of value.
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

Reference

QueryTextFromValueEventArgs Class
QueryTextFromValueEventArgs Members