[]
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.
[TypeConverter(typeof(ImageSourceConverter))]
public object SmallIcon { get; set; }