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

In This Topic
    ShowCheckBox Property
    In This Topic
    Gets or sets a value that indicates whether show the checkbox style for this item.
    Syntax
    'Declaration
     
    
    Public Property ShowCheckBox As Boolean
    public bool ShowCheckBox {get; set;}
    See Also