ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewGroupItem Class / Content Property

In This Topic
    Content Property (ListViewGroupItem)
    In This Topic
    Gets the content associated with this object.
    Syntax
    'Declaration
     
    Public Overridable Property Content As Object
    public virtual object Content {get; set;}
    See Also