New to Telerik UI for WPFStart a free 30-day trial

Represents a filter distinct value.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public sealed class DistinctValueViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseDistinctValueViewModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members ViewModelBase.InvokeOnUIThread(Action)ViewModelBase.Dispose()ViewModelBase.PropertyChanged

Properties

Gets the converted value.

C#
public object ConvertedValue { get; }
Property Value:

The converted value.

Indicates whether the distinct values has changed its state from active to inactive or vice versa.

C#
public bool HasChanges { get; }
Property Value:

A value indicating whether the distinct values has changed its state from active to inactive or vice versa.

Gets a value indicating, which indicates that this filter can be applied.

C#
public bool IsActive { get; set; }
Property Value:

true if the filter can be applied; otherwise, false.

Gets the raw value.

C#
public object RawValue { get; }
Property Value:

The raw value.