Class GridGroupBuilder
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 GridGroupBuilder : GroupBuilder<GridViewRowInfo>
Constructors
GridGroupBuilder(Index<GridViewRowInfo>)
Initializes a new instance of the GridGroupBuilder class.
Declaration
public GridGroupBuilder(Index<GridViewRowInfo> index)
Parameters
Index<GridViewRowInfo>
index
The index. |
Methods
GetGroup(GroupCollection<GridViewRowInfo>, Group<GridViewRowInfo>, Group<GridViewRowInfo>, Object, Int32)
Gets the group.
Declaration
protected override Group<GridViewRowInfo> GetGroup(GroupCollection<GridViewRowInfo> cache, Group<GridViewRowInfo> newGroup, Group<GridViewRowInfo> parent, object key, int level)
Parameters
GroupCollection<GridViewRowInfo>
cache
The cache. |
Group<GridViewRowInfo>
newGroup
The new group. |
Group<GridViewRowInfo>
parent
The parent. |
System.Object
key
The key. |
System.Int32
level
The level. |
Returns
Group<GridViewRowInfo>
|
Overrides
Telerik.WinControls.Data.GroupBuilder<Telerik.WinControls.UI.GridViewRowInfo>.GetGroup(Telerik.WinControls.Data.GroupCollection<Telerik.WinControls.UI.GridViewRowInfo>, Telerik.WinControls.Data.Group<Telerik.WinControls.UI.GridViewRowInfo>, Telerik.WinControls.Data.Group<Telerik.WinControls.UI.GridViewRowInfo>, System.Object, System.Int32)
GetItemKey(GridViewRowInfo, SortDescriptor)
Gets the item key.
Declaration
protected override object GetItemKey(GridViewRowInfo item, SortDescriptor descriptor)
Parameters
GridViewRowInfo
item
The item. |
SortDescriptor
descriptor
The descriptor. |
Returns
System.Object
|
Overrides
Telerik.WinControls.Data.GroupBuilder<Telerik.WinControls.UI.GridViewRowInfo>.GetItemKey(Telerik.WinControls.UI.GridViewRowInfo, Telerik.WinControls.Data.SortDescriptor)