Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GroupFieldDragDropContext
Inheritance: objectGroupFieldDragDropContext
Constructors
Initializes a new instance of the GroupFieldDragDropContext class.
C#
public GroupFieldDragDropContext(GroupDescriptor groupDescription, SortDescriptor sortDescription, GridViewTemplate template)
The group description.
sortDescriptionSortDescriptorThe sort description.
templateGridViewTemplateThe template.
Properties
Gets the group description.
C#
public GroupDescriptor GroupDescription { get; }
The group description.
Gets the sort description.
C#
public SortDescriptor SortDescription { get; }
The sort description.
Gets the view template.
C#
public GridViewTemplate ViewTemplate { get; }
The view template.