GetDistinctValues Method
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionView Class : GetDistinctValues Method

fieldName
A string representing the field name of the column whose distinct values are to be retrieved.
Retrieves the distinct values for the column that has the specified field name. This feature is available only in the Professional Edition

Syntax

Visual Basic (Declaration) 
Public Function GetDistinctValues( _
   ByVal fieldName As String _
) As ICollection
C# 
public ICollection GetDistinctValues( 
   string fieldName
)

Parameters

fieldName
A string representing the field name of the column whose distinct values are to be retrieved.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also