[]
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; }
<C1Category("Behavior")>
<C1Description("RadialMenuItem.UserData", "Arbitrary object that can be associated with this menu item.")>
<TypeConverter(GetType(StringConverter))>
Public Property UserData As Object