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


In This Topic
    AutoFilterListBox Class
    In This Topic
    Represents auto filter listbox to display the filter items.
    Object Model
    AutoFilterListBox Class
    Syntax
    'Declaration
     
    <LocalizabilityAttribute(LocalizationCategory.ListBox)>
    <StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.ListBoxItem)>
    <DefaultEventAttribute("SelectionChanged")>
    <DefaultPropertyAttribute("SelectedIndex")>
    <ContentPropertyAttribute("Items")>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class AutoFilterListBox 
       Inherits System.Windows.Controls.ListBox
    'Usage
     
    Dim instance As AutoFilterListBox
    [Localizability(LocalizationCategory.ListBox)]
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.ListBoxItem)]
    [DefaultEvent("SelectionChanged")]
    [DefaultProperty("SelectedIndex")]
    [ContentProperty("Items")]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class AutoFilterListBox : System.Windows.Controls.ListBox 
    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.ItemsControl
                            System.Windows.Controls.Primitives.Selector
                               System.Windows.Controls.ListBox
                                  GrapeCity.Windows.SpreadSheet.UI.AutoFilterListBox

    See Also