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

This is User Interface(UI) element that is a part from CardDataFieldDescriptors button and represents a card data field descriptor header. Dragging the CardDataFieldDescriptorHeaderCell is the key action to group the RadCardView.

Definition

Namespace:Telerik.Windows.Controls.Data.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class CardDataFieldDescriptorHeaderCell : ContentControl

Inheritance: objectCardDataFieldDescriptorHeaderCell

Constructors

Initializes a new instance of the CardDataFieldDescriptorHeaderCell class.

C#
public CardDataFieldDescriptorHeaderCell()

Fields

Identifies the FilteringUIVisibility dependency property.

C#
public static readonly DependencyProperty FilteringUIVisibilityProperty

Identifies the IsSortingButtonVisible readonly dependency property.

C#
public static readonly DependencyProperty IsSortingButtonVisibleProperty

SortingIndexProperty

DependencyProperty

Identifies the SortingIndex dependency property.

C#
public static readonly DependencyProperty SortingIndexProperty

SortingStateProperty

DependencyProperty

Identifies the SortingState dependency property.

C#
public static readonly DependencyProperty SortingStateProperty

Properties

The card data field descriptor that defines how this cell should appear.

C#
public CardDataFieldDescriptor CardDescriptor { get; }

Gets or sets a value indicating whether the filtering funnel is displayed.

C#
public Visibility FilteringUIVisibility { get; set; }
Property Value:

true if the filtering funnel is displayed; otherwise, false.

Gets a value indicating whether the sorting button of the header cell is visible.

C#
public bool IsSortingButtonVisible { get; }

Gets the sorting index of the card data field descriptor when there is multiple sorting.

C#
public int SortingIndex { get; set; }
Property Value:

The sorting index of the card data field descriptor when there is multiple sorting.

Gets or sets a CardDataFieldDescriptor sorting state depending on executed sorted command, it can take 3 possible values: Ascending, Descending and None.

C#
public SortingState SortingState { get; set; }

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 OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs