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

Represents a filter distinct value.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

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

Inheritance: objectViewModelBaseDistinctValueViewModel

Implements: IDisposableINotifyPropertyChanged

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

Properties

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.

In this article
DefinitionPropertiesHasChangesIsActiveRawValue
Not finding the help you need?
Contact Support