New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:groupDescriptionGroupDescriptor

The group description.

sortDescriptionSortDescriptor

The sort description.

templateGridViewTemplate

The template.

Properties

Gets the group description.

C#
public GroupDescriptor GroupDescription { get; }
Property Value:

The group description.

Gets the sort description.

C#
public SortDescriptor SortDescription { get; }
Property Value:

The sort description.

Gets the view template.

C#
public GridViewTemplate ViewTemplate { get; }
Property Value:

The view template.