Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / AutoFilterCheckBox Class
Members


In This Topic
    AutoFilterCheckBox Class
    In This Topic
    Represents auto filter check box to indicates the filter item take effect or not.
    Object Model
    AutoFilterCheckBox Class
    Syntax
    'Declaration
     
    <DefaultEventAttribute("CheckStateChanged")>
    <LocalizabilityAttribute(LocalizationCategory.CheckBox)>
    <DefaultPropertyAttribute("Content")>
    <ContentPropertyAttribute("Content")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class AutoFilterCheckBox 
       Inherits System.Windows.Controls.CheckBox
    'Usage
     
    Dim instance As AutoFilterCheckBox
    [DefaultEvent("CheckStateChanged")]
    [Localizability(LocalizationCategory.CheckBox)]
    [DefaultProperty("Content")]
    [ContentProperty("Content")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class AutoFilterCheckBox : System.Windows.Controls.CheckBox 
    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.Primitives.ToggleButton
                                  System.Windows.Controls.CheckBox
                                     GrapeCity.Windows.SpreadSheet.UI.AutoFilterCheckBox

    See Also