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 Group
Declaration
public GroupFieldDragDropContext(GroupDescriptor groupDescription, SortDescriptor sortDescription, GridViewTemplate template)
Parameters
Group The group description. |
Sort The sort description. |
Grid The template. |
Properties
GroupDescription
Gets the group description.
Declaration
public GroupDescriptor GroupDescription { get; }
Property Value
Group The group description. |
SortDescription
Gets the sort description.
Declaration
public SortDescriptor SortDescription { get; }
Property Value
Sort The sort description. |
ViewTemplate
Gets the view template.
Declaration
public GridViewTemplate ViewTemplate { get; }
Property Value
Grid The view template. |