Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / Palettes Class / Dictionary Property

In This Topic
    Dictionary Property (Palettes)
    In This Topic
    Syntax
    'Declaration
     
    Protected ReadOnly Property Dictionary As System.Collections.Generic.IDictionary(Of TKey,TItem)
    protected System.Collections.Generic.IDictionary<TKey,TItem> Dictionary {get;}
    See Also