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


In This Topic
    AutoFilterValuesChangedEventArgs Class
    In This Topic
    Provides information and event data on AutoFilterValues that have changed.
    Syntax
    'Declaration
     
    Public Class AutoFilterValuesChangedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As AutoFilterValuesChangedEventArgs
    public class AutoFilterValuesChangedEventArgs : System.EventArgs 
    Remarks
    The AutoFilterValuesChanged event allows for notification when a DataGridCollectionView's AutoFilterValues changes, without needing to manually subscribe to each value in the AutoFilterValues collection.
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Wpf.DataGrid.AutoFilterValuesChangedEventArgs

    Public Properties
     NameDescription
    Public PropertyGets a collection of auto-filter values.  
    Public PropertyGets the NotifyCollectionChangedEventArgs object received when NotifyCollectionChanged is raised.  
    Public PropertyGets the detail description to which the AutoFilterValues collection belongs.  
    Public PropertyGets the DataGridItemPropertyBase object whose filter has been modified.  
    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