Class FilteringPopupTreeViewViewModel
Represents the viewmodel for the filtering menu TreeView.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FilteringPopupTreeViewViewModel : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
FilteringPopupTreeViewViewModel(Worksheet, CellRange, Int32)
Initializes a new instance of the FilteringPopupTreeViewViewModel class.
Declaration
public FilteringPopupTreeViewViewModel(Worksheet worksheet, CellRange actualFilterRange, int relativeColumnIndex)
Parameters
Worksheet
worksheet
The worksheet. |
CellRange
actualFilterRange
The filter range. |
System.Int32
relativeColumnIndex
Index of the relative column. |
Properties
Items
Gets or sets the items.
Declaration
public IEnumerable<IFilterViewModel> Items { get; set; }
Property Value
System.Collections.Generic.IEnumerable<IFilterViewModel>
The items. |
TreeIsOversize
Gets or sets the tree is oversize.
Declaration
public bool TreeIsOversize { get; set; }
Property Value
System.Boolean
The tree is oversize. |
Methods
InitializeTreeView()
Initializes the tree view.
Declaration
public void InitializeTreeView()