Class ListViewGroupItems
Inheritance
System.Object
ListViewGroupItems
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.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class ListViewGroupItems
Constructors
ListViewGroupItems()
Declaration
public ListViewGroupItems()
Fields
GroupItem
Specfies the group item.
Declaration
public List<ListViewItems> GroupItem
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<ListViewItems> |
Properties
Items
Collection of sub-level items.
Declaration
public List<ListViewItems> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ListViewItems> |
Title
Gets or sets Title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeListViewGroupItems()
Declaration
public bool ShouldSerializeListViewGroupItems()
Returns
Type | Description |
---|---|
System.Boolean |