This is User Interface(UI) element that is a part from group panel and represents a group description Dragging the GridViewGroupPanelCell is the key action to ungroup/reorder groups in the RadGridView.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewGroupPanelCell : ContentControl
Inheritance: objectGridViewGroupPanelCell
Constructors
Initializes a new instance of the GridViewGroupPanelCell class.
C#
public GridViewGroupPanelCell()
Fields
SortDirectionProperty
DependencyProperty
Identifies the SortDirection dependency property.
C#
public static readonly DependencyProperty SortDirectionProperty
Properties
Gets or sets the sort direction. This is a dependency property.
C#
public ListSortDirection? SortDirection { get; set; }
The sort direction. The default value is Ascending.
Methods
C#
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
C#
protected override void OnMouseEnter(MouseEventArgs e)
C#
protected override void OnMouseLeave(MouseEventArgs e)
C#
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Remarks:
Initiates drag and drop operation.
C#
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Remarks:
Finishes drag and drop operation.
C#
protected override void OnMouseMove(MouseEventArgs e)
Remarks:
Processes drag and drop operation.