Xceed Toolkit Plus for WPF v4.6 Documentation
ApplyFilter Field


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCommands Class : ApplyFilter Field
Represents the ApplyFilter command, which requests that filter criteria be applied. By default, Enter.
Syntax
'Declaration
 
Public Shared ReadOnly ApplyFilter As RoutedCommand
'Usage
 
Dim value As RoutedCommand
 
value = DataGridCommands.ApplyFilter
public static readonly RoutedCommand ApplyFilter
Remarks
The ApplyFilter command only functions if the target is a FilterCell.
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

DataGridCommands Class
DataGridCommands Members