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

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