DistinctValuesConstraint Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionViewSource Class : DistinctValuesConstraint Property

Gets or sets a value representing the constraint applied to the distinct values when automatically filtering data items. This feature is available only in the Professional Edition

Syntax

Visual Basic (Declaration) 
Public Property DistinctValuesConstraint As DistinctValuesConstraint
C# 
public DistinctValuesConstraint DistinctValuesConstraint {get; set;}

Return Value

A DistinctValuesConstraint value representing the constraint applied to the distinct values when automatically filtering data items. By default, DistinctValuesConstraint.All.

Member Description
All No constraint is applied to the data items.
Filtered Distinct values are constrained to the currently filtered list of values.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also