ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / ItemDeserializedEventArgs Class / Item Property

In This Topic
    Item Property (ItemDeserializedEventArgs)
    In This Topic
    Gets the RibbonItem loaded from XML.
    Syntax
    'Declaration
     
    Public ReadOnly Property Item As RibbonItem
    public RibbonItem Item {get;}
    See Also