TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItemStylesEventArgs Class / ItemStyles Property

In This Topic
    ItemStyles Property (C1CheckListItemStylesEventArgs)
    In This Topic
    Gets the item styles of C1CheckList control.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("CheckListItemStyles.ItemStyles", "Gets the item styles of C1CheckList control.")>
    Public ReadOnly Property ItemStyles As CheckListItemStyles
    [C1Description("CheckListItemStyles.ItemStyles", "Gets the item styles of C1CheckList control.")]
    public CheckListItemStyles ItemStyles {get;}
    See Also