Xceed Toolkit Plus for WPF v4.6 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.
FilteredWithAllFilters 
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