Class GroupDistinctValueViewModel
Represents a filter distinct value or a group of distinct values. Used when the value of the DistinctValuesDisplayMode property of the column is Tree.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GroupDistinctValueViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Properties
ChildrenView
Gets the ICollectionView representing the filtered child GroupDistinctValueViewModels.
Declaration
public ICollectionView ChildrenView { get; }
Property Value
System.ComponentModel.ICollectionView
|
ConvertedValue
Gets the converted value.
Declaration
public virtual object ConvertedValue { get; }
Property Value
System.Object
The converted value. |
IsChecked
Gets or sets the value indicating whether the item is checked.
Declaration
public virtual Nullable<bool> IsChecked { get; set; }
Property Value
System.Nullable<System.Boolean>
The value indicating whether the item is checked. |