Xceed DataGrid for WPF v7.2 Documentation
DistinctValuesConstraint Enumeration


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : DistinctValuesConstraint Enumeration
Value representing the constraint applied to the distinct values when automatically filtering data items.
Syntax
'Declaration
 
Public Enum DistinctValuesConstraint 
   Inherits System.Enum
'Usage
 
Dim instance As DistinctValuesConstraint
public enum DistinctValuesConstraint : System.Enum 
Members
MemberDescription
AllNo constraint is applied to the data items.
FilteredDistinct values are constrained to the currently filtered list of values.
FilteredWithAllFiltersDistinct values are constrained to all filters currently applied to the grid (including filtering from a predicate and a FilterRow).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.DataGrid.DistinctValuesConstraint

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

Xceed.Wpf.DataGrid Namespace