GrapeCity MultiRow Windows Forms Documentation
InitializeFilterTree Method


The root node.
The filter entries.
The target cell index to do filter.
Initializes the filter tree by the given filter_entries.
Syntax
Protected Overridable Sub InitializeFilterTree( _
   ByVal rootNode As FilterTreeNode, _
   ByVal filterEntries As List(Of FilterTreeNodeEntry), _
   ByVal filteringCellIndex As Integer _
) 
Dim instance As AutoFilterToolStripItem
Dim rootNode As FilterTreeNode
Dim filterEntries As List(Of FilterTreeNodeEntry)
Dim filteringCellIndex As Integer
 
instance.InitializeFilterTree(rootNode, filterEntries, filteringCellIndex)
protected virtual void InitializeFilterTree( 
   FilterTreeNode rootNode,
   List<FilterTreeNodeEntry> filterEntries,
   int filteringCellIndex
)

Parameters

rootNode
The root node.
filterEntries
The filter entries.
filteringCellIndex
The target cell index to do filter.
Remarks
User can build the rootNode into a tree according to the given filterEntries, then the filter menustrip will show in the tree structure.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AutoFilterToolStripItem Class
AutoFilterToolStripItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.