Class DataGroupFactory
Represents the factory for the data group.
Inheritance
System.Object
DataGroupFactory
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: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class DataGroupFactory : IGroupFactory<GridViewRowInfo>
Constructors
DataGroupFactory(GridViewTemplate)
Initializes a new instance of the DataGroupFactory class.
Declaration
public DataGroupFactory(GridViewTemplate owner)
Parameters
GridViewTemplate
owner
The owner. |
Methods
CreateCollection(IList<Group<GridViewRowInfo>>)
Creates the collection.
Declaration
public GroupCollection<GridViewRowInfo> CreateCollection(IList<Group<GridViewRowInfo>> list)
Parameters
System.Collections.Generic.IList<Group<GridViewRowInfo>>
list
The list. |
Returns
GroupCollection<GridViewRowInfo>
|
Implements
CreateGroup(Object, Group<GridViewRowInfo>, Object[])
Creates the group.
Declaration
public Group<GridViewRowInfo> CreateGroup(object key, Group<GridViewRowInfo> parent, params object[] metaData)
Parameters
System.Object
key
The key. |
Group<GridViewRowInfo>
parent
The parent. |
System.Object[]
metaData
The meta data. |
Returns
Group<GridViewRowInfo>
|