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

In This Topic
    LargeIcon Property (C1OutlookItem)
    In This Topic
    Gets or sets the object shown for the item when collapsed and to the left of the header when expanded.
    Syntax
    'Declaration
     
    
    Public Property LargeIcon As Object
    public object LargeIcon {get; set;}
    See Also