[]
        
(Showing Draft Content)

C1.WPF.OutlookBar.C1OutlookItem.SmallIcon

SmallIcon Property

SmallIcon

Gets or sets the object shown for the item in the overflow pane and menu. Since the object is placed in the visual tree twice, it cannot be a UIElement. Use SmallIconTemplate to create a Image element.

Declaration
[TypeConverter(typeof(ImageSourceConverter))]
public object SmallIcon { get; set; }