Xceed DataGrid for WPF v7.2 Documentation
SearchText Property (DataGridControl)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridControl Class : SearchText Property
Gets or sets the text to search for in code behind.
Syntax
'Declaration
 
Public Property SearchText As String
'Usage
 
Dim instance As DataGridControl
Dim value As String
 
instance.SearchText = value
 
value = instance.SearchText
public string SearchText {get; set;}

Property Value

The text to search for in code behind.
Remarks
This property can be used to use the Find Next and Find Previous commands even when the SearchControl isn't visible, by using the F3 and Shift-F3 keys.
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

DataGridControl Class
DataGridControl Members