ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gallery Namespace / C1GalleryItemEventArgs Class / Item Property

In This Topic
    Item Property (C1GalleryItemEventArgs)
    In This Topic
    Gets the C1GalleryItem related with this event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Item As C1GalleryItem
    public C1GalleryItem Item {get;}
    See Also