ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewGroupItem Class
Fields Properties Methods Events


In This Topic
    ListViewGroupItem Class Members
    In This Topic

    The following tables list the members exposed by ListViewGroupItem.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldRepresents the group collection  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the content associated with this object. (Inherited from C1.WPF.ListView.ListViewItem)
    Public PropertyGets the collection to which the bound item belongs to. (Inherited from C1.WPF.ListView.ListViewItem)
    Public PropertyGets the index of the data inside the collection of items. (Inherited from C1.WPF.ListView.ListViewItem)
    Public PropertyGets the a string representing the group item.  
    Public PropertyGets or sets the IsEnabled property. (Inherited from C1.WPF.ListView.ListViewItem)
    Public PropertyGets or sets the IsSelected property (Inherited from C1.WPF.ListView.ListViewItem)
    Public PropertyGets or sets the nesting level inside a group. This is zero if no grouping is used. (Inherited from C1.WPF.ListView.ListViewItem)
    Public PropertyGets the parent group item. (Inherited from C1.WPF.ListView.ListViewItem)
    Public PropertyGets or sets the state of the item, which can be Preview or Full. (Inherited from C1.WPF.ListView.ListViewItem)
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string that represents the current object.Returns a string that represents the current object. (Inherited from C1.WPF.ListView.ListViewItem)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Raises the ListViewItem.PropertyChanged event. (Inherited from C1.WPF.ListView.ListViewItem)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.WPF.ListView.ListViewItem)
    Top
    See Also