Xceed DataGrid for Silverlight Documentation
GroupNavigationSearchBox Class
Members 


Represents the group-navigation search box that is displayed when the mouse hovers over a group header.
Syntax
'Declaration
 
<TemplatePartAttribute(Name="SearchTextBox", Type=System.Windows.Controls.TextBox)>
Public Class GroupNavigationSearchBox 
   Inherits ContentControlBase
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper 
'Usage
 
Dim instance As GroupNavigationSearchBox
[TemplatePartAttribute(Name="SearchTextBox", Type=System.Windows.Controls.TextBox)]
public class GroupNavigationSearchBox : ContentControlBase, MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper  
Remarks
When a value is entered in a group-navigation search box and the enter key is pressed, the grid will scroll to the value of the group that was entered or the next best match in the case where the group value is not found.
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Xceed.Silverlight.DataGrid.ContentControlBase
                     Xceed.Silverlight.DataGrid.GroupNavigationSearchBox

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

GroupNavigationSearchBox Members
Xceed.Silverlight.DataGrid Namespace

Send Feedback