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)
The worksheet.
actualFilterRangeCellRangeThe filter range.
relativeColumnIndexintIndex of the relative column.
Properties
Gets or sets the items.
C#
public IEnumerable<IFilterViewModel> Items { get; set; }
The items.
Gets or sets the tree is oversize.
C#
public bool TreeIsOversize { get; set; }
The tree is oversize.
Methods
Initializes the tree view.
C#
public void InitializeTreeView()