Class DistinctValueViewModel
Represents a filter distinct value.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class DistinctValueViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Properties
ConvertedValue
Gets the converted value.
Declaration
public object ConvertedValue { get; }
Property Value
System.Object
The converted value. |
HasChanges
Indicates whether the distinct values has changed its state from active to inactive or vice versa.
Declaration
public bool HasChanges { get; }
Property Value
System.Boolean
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
public bool IsActive { get; set; }
Property Value
System.Boolean
|
RawValue
Gets the raw value.
Declaration
public object RawValue { get; }
Property Value
System.Object
The raw value. |