ClassDistinctValueViewModel
Class
Represents a filter distinct value.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public sealed class DistinctValueViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseDistinctValueViewModel
Implements:
Inherited Members
Properties
ConvertedValue
Gets the converted value.
Declaration
cs-api-definition
public object ConvertedValue { get; }
Property Value
The converted value.
HasChanges
Indicates whether the distinct values has changed its state from active to inactive or vice versa.
Declaration
cs-api-definition
public bool HasChanges { get; }
Property Value
A value indicating whether the distinct values has changed its state from active to inactive or vice versa.
IsActive
Gets a value indicating, which indicates that this filter can be applied.
Declaration
cs-api-definition
public bool IsActive { get; set; }
Property Value
true if the filter can be applied; otherwise, false.