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


In This Topic
    QueryAutoFilterDistinctValuesEventArgs Class
    In This Topic
    Provides the information necessary to allow the distinct values of a DataGridItemProperty to be extrapolated during the QueryAutoFilterDistinctValues event.
    Syntax
    'Declaration
     
    <NullableContextAttribute(1)>
    <NullableAttribute(0)>
    Public Class QueryAutoFilterDistinctValuesEventArgs 
       Inherits AsyncQueryEventArgs
    'Usage
     
    Dim instance As QueryAutoFilterDistinctValuesEventArgs
    [NullableContext(1)]
    [Nullable(0)]
    public class QueryAutoFilterDistinctValuesEventArgs : AsyncQueryEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Wpf.DataGrid.AsyncQueryEventArgs
             Xceed.Wpf.DataGrid.QueryAutoFilterDistinctValuesEventArgs

    Public Properties
     NameDescription
    Public PropertyGets an AsyncQueryInfo that provides the information necessary to retrieve the next batch of items.  
    Public PropertyGets the DataGridVirtualizingCollectionView to which the grid is bound.  
    Public Propertytrue if the event is asynchronous, otherwise false. By default, false. (Inherited from Xceed.Wpf.DataGrid.AsyncQueryEventArgs)
    Public PropertyGets the DataGridItemProperty for which distinct values need to be returned.  
    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