ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / ListStyle Class / Items Property

In This Topic
    Items Property (ListStyle)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the list items.
    Syntax
    'Declaration
     
    
    Public Property Items As ClickableElementStyle
    public ClickableElementStyle Items {get; set;}
    See Also