Represents a filter distinct value or a group of distinct values. Used when the value of the DistinctValuesDisplayMode property of the column is Tree.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GroupDistinctValueViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseGroupDistinctValueViewModel
Implements:
Inherited Members
Properties
ChildrenView
ICollectionView
Gets the ICollectionView representing the filtered child GroupDistinctValueViewModels.
C#
public ICollectionView ChildrenView { get; }
Gets the converted value.
C#
public virtual object ConvertedValue { get; }
The converted value.