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

Represents the viewmodel for the filtering menu TreeView.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class FilteringPopupTreeViewViewModel : NotifyPropertyChangedBase

Inheritance: objectFilteringPopupTreeViewViewModel

Constructors

Initializes a new instance of the FilteringPopupTreeViewViewModel class.

C#
public FilteringPopupTreeViewViewModel(Worksheet worksheet, CellRange actualFilterRange, int relativeColumnIndex)
Parameters:worksheetWorksheet

The worksheet.

actualFilterRangeCellRange

The filter range.

relativeColumnIndexint

Index of the relative column.

Properties

Gets or sets the items.

C#
public IEnumerable<IFilterViewModel> Items { get; set; }
Property Value:

The items.

Gets or sets the tree is oversize.

C#
public bool TreeIsOversize { get; set; }
Property Value:

The tree is oversize.

Methods

Initializes the tree view.

C#
public void InitializeTreeView()