This is User Interface(UI) element that is a part from group panel and represents a group descriptor. Dragging the CardViewGroupPanelCell is the key action to ungroup/reorder groups in the RadCardView.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class CardViewGroupPanelCell : ContentControl
Inheritance: objectCardViewGroupPanelCell
Constructors
Initializes a new instance of the CardViewGroupPanelCell class.
C#
public CardViewGroupPanelCell()
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.