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

In This Topic
    C1CheckListItem Class
    In This Topic
    Visual element used inside a C1CheckList.
    Syntax
    'Declaration
     
    
    Public Class C1CheckListItem 
       Inherits System.Windows.Controls.ListBoxItem
    public class C1CheckListItem : System.Windows.Controls.ListBoxItem 
    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.ListBoxItem
                               C1.WPF.Input.C1CheckListItem

    See Also