[]
Gets or sets an arbitrary object that can be associated with this menu item.
[C1Category("Behavior")]
[C1Description("RadialMenuItem.UserData", "Arbitrary object that can be associated with this menu item.")]
[TypeConverter(typeof(StringConverter))]
public object UserData { get; set; }