ComponentOne MultiSelect for UWP
C1.Xaml.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 Windows.UI.Xaml.Controls.ListBoxItem
    public class C1CheckListItem : Windows.UI.Xaml.Controls.ListBoxItem 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.ContentControl
                      Windows.UI.Xaml.Controls.Primitives.SelectorItem
                         Windows.UI.Xaml.Controls.ListBoxItem
                            C1.Xaml.Input.C1CheckListItem

    See Also