Class
DistinctValueViewModel

Represents a filter distinct value.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

cs-api-definition
public sealed class DistinctValueViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseDistinctValueViewModel

Implements: IDisposableINotifyPropertyChanged

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

Properties

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

bool

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

bool

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

RawValue

Gets the raw value.

Declaration

cs-api-definition
public object RawValue { get; }

Property Value

object

The raw value.

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