ClassGroupDistinctValueViewModel
Class
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:
cs-api-definition
public class GroupDistinctValueViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseGroupDistinctValueViewModel
Implements:
Inherited Members
Properties
ChildrenView
Gets the ICollectionView representing the filtered child GroupDistinctValueViewModels.
Declaration
cs-api-definition
public ICollectionView ChildrenView { get; }
Property Value
ICollectionView
ConvertedValue
Gets the converted value.
Declaration
cs-api-definition
public virtual object ConvertedValue { get; }
Property Value
The converted value.