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