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

In This Topic
    SmallIconTemplate Property (C1OutlookItem)
    In This Topic
    Gets or sets a DataTemplate to style the SmallIcon.
    Syntax
    'Declaration
     
    
    Public Property SmallIconTemplate As DataTemplate
    public DataTemplate SmallIconTemplate {get; set;}
    See Also