Class ListViewGroupItem
Represents a class for ListViewGroupItem which includes a list of group items and title of the grouped item properties.
Inheritance
System.Object
ListViewGroupItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ListViewGroupItem
Constructors
ListViewGroupItem()
Initializes a new instance of the ListViewGroupItem class.
Declaration
public ListViewGroupItem()
Properties
GroupItems
Gets or sets the group items.
Declaration
public List<ListViewItem> GroupItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ListViewItem> |
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |