ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gallery Namespace / C1GalleryItem Class / DataItem Property

In This Topic
    DataItem Property (C1GalleryItem)
    In This Topic
    Gets or sets the underlying data object that the C1GalleryItem object is bound to.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property DataItem As System.Object
    public virtual System.object DataItem {get;}
    See Also