MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1CheckList Class
Members

In This Topic
    C1CheckList Class
    In This Topic
    A list-based control with optional check boxes for each item, different selection modes and ability to select/unselect all items.
    Syntax
    'Declaration
     
    
    Public Class C1CheckList 
       Inherits System.Windows.Controls.ListBox
    public class C1CheckList : 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
                                  C1.WPF.Input.C1CheckList

    See Also