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:
Inherited Members
Properties
Gets the converted value.
C#
public object ConvertedValue { get; }
The converted value.
Indicates whether the distinct values has changed its state from active to inactive or vice versa.
C#
public bool HasChanges { get; }
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; }
true if the filter can be applied; otherwise, false.