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.

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: IDisposableINotifyPropertyChanged

Inherited Members ViewModelBase.VerifyPropertyName(string)ViewModelBase.InvokeOnUIThread(Action)ViewModelBase.Dispose()ViewModelBase.RaisePropertyChanged(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.Dispose(bool)ViewModelBase.PropertyChanged

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

object

The converted value.

IsChecked

Gets or sets the value indicating whether the item is checked.

Declaration

cs-api-definition
public virtual bool? IsChecked { get; set; }

Property Value

bool?

The value indicating whether the item is checked.