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

In This Topic
    Items Property
    In This Topic
    リスト項目の通常状態の外観を決定する表示属性を含むスタイルを取得します。
    Syntax
    'Declaration
     
    
    Public Property Items As ClickableElementStyle
    public ClickableElementStyle Items {get; set;}
    See Also