OutlookBar for WPF and Silverlight
C1.WPF.OutlookBar Namespace / C1OutlookBar Class / SmallIconTemplate Property

In This Topic
    SmallIconTemplate Property (C1OutlookBar)
    In This Topic
    Gets or sets the DataTemplate to apply to any item that does not have a SmallIconTemplate property defined.
    Syntax
    'Declaration
     
    
    Public Property SmallIconTemplate As DataTemplate
    public DataTemplate SmallIconTemplate {get; set;}
    See Also