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

Represents a filter distinct value or a group of distinct values. Used when the value of the DistinctValuesDisplayMode property of the column is Tree.

Definition

Properties

ChildrenView

ICollectionView

Gets the ICollectionView representing the filtered child GroupDistinctValueViewModels.

C#
public ICollectionView ChildrenView { get; }

Gets the converted value.

C#
public virtual object ConvertedValue { get; }
Property Value:

The converted value.

Gets or sets the value indicating whether the item is checked.

C#
public virtual bool? IsChecked { get; set; }
Property Value:

The value indicating whether the item is checked.