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

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; }
Property Value:

The sort direction. The default value is Ascending.

Methods

C#
public override void OnApplyTemplate()
C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs
C#
protected override void OnMouseEnter(MouseEventArgs e)
Parameters:eMouseEventArgs
C#
protected override void OnMouseLeave(MouseEventArgs e)
Parameters:eMouseEventArgs
C#
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs
Remarks:

Initiates drag and drop operation.

C#
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs
Remarks:

Finishes drag and drop operation.

C#
protected override void OnMouseMove(MouseEventArgs e)
Parameters:eMouseEventArgs
Remarks:

Processes drag and drop operation.