Class
FilteringPopupTreeViewViewModel

Represents the viewmodel for the filtering menu TreeView.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class FilteringPopupTreeViewViewModel : NotifyPropertyChangedBase

Inheritance: objectFilteringPopupTreeViewViewModel

Constructors

FilteringPopupTreeViewViewModel(Worksheet, CellRange, int)

Initializes a new instance of the FilteringPopupTreeViewViewModel class.

Declaration

cs-api-definition
public FilteringPopupTreeViewViewModel(Worksheet worksheet, CellRange actualFilterRange, int relativeColumnIndex)

Parameters

worksheet

Worksheet

The worksheet.

actualFilterRange

CellRange

The filter range.

relativeColumnIndex

int

Index of the relative column.

Properties

Items

Gets or sets the items.

Declaration

cs-api-definition
public IEnumerable<IFilterViewModel> Items { get; set; }

Property Value

IEnumerable<IFilterViewModel>

The items.

TreeIsOversize

Gets or sets the tree is oversize.

Declaration

cs-api-definition
public bool TreeIsOversize { get; set; }

Property Value

bool

The tree is oversize.

Methods

InitializeTreeView()

Initializes the tree view.

Declaration

cs-api-definition
public void InitializeTreeView()