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 Data
Declaration
public DataGroupFactory(GridViewTemplate owner)
Parameters
Grid The owner. |
Methods
CreateCollection(IList<Group<GridViewRowInfo>>)
Creates the collection.
Declaration
public GroupCollection<GridViewRowInfo> CreateCollection(IList<Group<GridViewRowInfo>> list)
Parameters
System. The list. |
Returns
Implements
CreateGroup(Object, Group<GridViewRowInfo>, Object[])
Creates the group.
Declaration
public Group<GridViewRowInfo> CreateGroup(object key, Group<GridViewRowInfo> parent, params object[] metaData)
Parameters
System. The key. |
Group<Grid The parent. |
System. The meta data. |