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:
public class CardDataFieldDescriptorHeaderCell : ContentControl
Inheritance: objectCardDataFieldDescriptorHeaderCell
Constructors
Initializes a new instance of the CardDataFieldDescriptorHeaderCell class.
public CardDataFieldDescriptorHeaderCell()
Fields
FilteringUIVisibilityProperty
DependencyProperty
Identifies the FilteringUIVisibility dependency property.
public static readonly DependencyProperty FilteringUIVisibilityProperty
IsSortingButtonVisibleProperty
DependencyProperty
Identifies the IsSortingButtonVisible readonly dependency property.
public static readonly DependencyProperty IsSortingButtonVisibleProperty
SortingIndexProperty
DependencyProperty
Identifies the SortingIndex dependency property.
public static readonly DependencyProperty SortingIndexProperty
SortingStateProperty
DependencyProperty
Identifies the SortingState dependency property.
public static readonly DependencyProperty SortingStateProperty
Properties
The card data field descriptor that defines how this cell should appear.
public CardDataFieldDescriptor CardDescriptor { get; }
FilteringUIVisibility
Visibility
Gets or sets a value indicating whether the filtering funnel is displayed.
public Visibility FilteringUIVisibility { get; set; }
true if the filtering funnel is displayed; otherwise, false.
Gets a value indicating whether the sorting button of the header cell is visible.
public bool IsSortingButtonVisible { get; }
Gets the sorting index of the card data field descriptor when there is multiple sorting.
public int SortingIndex { get; set; }
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.
public SortingState SortingState { get; set; }
Methods
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)