Xceed DataGrid for Silverlight Documentation
FilterCell Class
Members 


Represents a cell contained in a FilterRow in which values can be entered to filter the items displayed in the corresponding column
Object Model
FilterCell ClassColumn ClassRow Class
Syntax
'Declaration
 
<TemplatePartAttribute(Name="CellContentHost", Type=System.Windows.Controls.ContentControl)>
<TemplateVisualStateAttribute(Name="Inactive", GroupName="ReadOnlyStates")>
<TemplateVisualStateAttribute(GroupName="FilterStates", Name="HasFilter")>
<TemplateVisualStateAttribute(GroupName="ReadOnlyStates", Name="Active")>
<TemplateVisualStateAttribute(GroupName="FilterStates", Name="NoFilter")>
Public Class FilterCell 
   Inherits Cell
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper, Xceed.Silverlight.DragDrop.IProvideDraggedContentPresenter 
'Usage
 
Dim instance As FilterCell
[TemplatePartAttribute(Name="CellContentHost", Type=System.Windows.Controls.ContentControl)]
[TemplateVisualStateAttribute(Name="Inactive", GroupName="ReadOnlyStates")]
[TemplateVisualStateAttribute(GroupName="FilterStates", Name="HasFilter")]
[TemplateVisualStateAttribute(GroupName="ReadOnlyStates", Name="Active")]
[TemplateVisualStateAttribute(GroupName="FilterStates", Name="NoFilter")]
public class FilterCell : Cell, MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper, Xceed.Silverlight.DragDrop.IProvideDraggedContentPresenter  
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.Cell
                        Xceed.Silverlight.DataGrid.FilterCell

Requirements

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

See Also

Reference

FilterCell Members
Xceed.Silverlight.DataGrid Namespace

Send Feedback