Class GroupFieldDragDropContext
Inheritance
System.Object
GroupFieldDragDropContext
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 GroupFieldDragDropContext
Constructors
GroupFieldDragDropContext(GroupDescriptor, SortDescriptor, GridViewTemplate)
Initializes a new instance of the GroupFieldDragDropContext class.
Declaration
public GroupFieldDragDropContext(GroupDescriptor groupDescription, SortDescriptor sortDescription, GridViewTemplate template)
Parameters
GroupDescriptor
groupDescription
The group description. |
SortDescriptor
sortDescription
The sort description. |
GridViewTemplate
template
The template. |
Properties
GroupDescription
Gets the group description.
Declaration
public GroupDescriptor GroupDescription { get; }
Property Value
GroupDescriptor
The group description. |
SortDescription
Gets the sort description.
Declaration
public SortDescriptor SortDescription { get; }
Property Value
SortDescriptor
The sort description. |
ViewTemplate
Gets the view template.
Declaration
public GridViewTemplate ViewTemplate { get; }
Property Value
GridViewTemplate
The view template. |