Item Property (RadialMenuItemCheckEventArgs)
In This Topic
Gets the item that was checked. This may be either an object of a type derived from
RadialMenuItemBase, or a
C1CommandLink.
Syntax
'Declaration
Public ReadOnly Property Item As Object
public object Item {get;}
See Also