Spread WPF Documentation
FilterButton Class
Members 


GrapeCity.Windows.SpreadSheet.UI Namespace : FilterButton Class
Represents a GcSpreadSheet filter button.
Object Model
FilterButton Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="NoSortFilter", GroupName="SortFilterStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Filter", GroupName="SortFilterStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Descend", GroupName="SortFilterStates")>
<System.Windows.TemplateVisualStateAttribute(Name="FilterAscend", GroupName="SortFilterStates")>
<System.Windows.TemplateVisualStateAttribute(Name="FilterAscend", GroupName="SortFilterStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Ascend", GroupName="SortFilterStates")>
Public Class FilterButton 
   Inherits System.Windows.Controls.Button
'Usage
 
Dim instance As FilterButton
[System.Windows.TemplateVisualState(Name="NoSortFilter", GroupName="SortFilterStates")]
[System.Windows.TemplateVisualState(Name="Filter", GroupName="SortFilterStates")]
[System.Windows.TemplateVisualState(Name="Descend", GroupName="SortFilterStates")]
[System.Windows.TemplateVisualState(Name="FilterAscend", GroupName="SortFilterStates")]
[System.Windows.TemplateVisualState(Name="FilterAscend", GroupName="SortFilterStates")]
[System.Windows.TemplateVisualState(Name="Ascend", GroupName="SortFilterStates")]
public class FilterButton : System.Windows.Controls.Button 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        System.Windows.Controls.Primitives.ButtonBase
                           System.Windows.Controls.Button
                              GrapeCity.Windows.SpreadSheet.UI.FilterButton

See Also

Reference

FilterButton Members
GrapeCity.Windows.SpreadSheet.UI Namespace