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

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