Xceed DataGrid for WPF v7.2 Documentation
DistinctValuesUpdateMode Property (DataGridCollectionViewSourceBase)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionViewSourceBase Class : DistinctValuesUpdateMode Property

Gets or sets the mode that indicates when distinct values used by auto-filtering should be updated.

Syntax
'Declaration
 
Public Property DistinctValuesUpdateMode As DistinctValuesUpdateMode
'Usage
 
Dim instance As DataGridCollectionViewSourceBase

Dim value As DistinctValuesUpdateMode

 

instance.DistinctValuesUpdateMode = value

 

value = instance.DistinctValuesUpdateMode
public DistinctValuesUpdateMode DistinctValuesUpdateMode {get; set;}

Property Value

A DistinctValuesUpdateMode value representing when distinct values used by auto-filtering should be updated.
Example

See the External Auto-filtering Controls section on the Custom Auto-filtering Controls page for details and sample code.

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

DataGridCollectionViewSourceBase Class
DataGridCollectionViewSourceBase Members