ClassCardViewFilteringDropDown
CardViewFilteringDropDown.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public class CardViewFilteringDropDown : Control
Inheritance: objectCardViewFilteringDropDown
Constructors
CardViewFilteringDropDown()
Initializes a new instance of the CardViewFilteringDropDown class.
Declaration
public CardViewFilteringDropDown()
Fields
CardDataFieldDescriptorProperty
Identifies the CardDataFieldDescriptor dependency property.
Declaration
public static readonly DependencyProperty CardDataFieldDescriptorProperty
Field Value
DependencyProperty
FunnelFillVisibilityProperty
Identifies the FunnelFillVisibility dependency property.
Declaration
public static readonly DependencyProperty FunnelFillVisibilityProperty
Field Value
DependencyProperty
IsDropDownOpenProperty
Identifies the IsDropDownOpen dependency property.
Declaration
public static readonly DependencyProperty IsDropDownOpenProperty
Field Value
DependencyProperty
Properties
CardDataFieldDescriptor
Gets or sets the CardDataFieldDescriptor.
Declaration
public CardDataFieldDescriptor CardDataFieldDescriptor { get; set; }
Property Value
The parent CardDataFieldDescriptor.
FunnelFillVisibility
Gets or sets a value indicating whether the funnel fill is visible.
Declaration
public Visibility FunnelFillVisibility { get; set; }
Property Value
Visibility
true if the funnel fill is visible; otherwise, false.
IsDropDownOpen
Gets or sets a value indicating whether the drop down is open.
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
true if the drop down is open; otherwise, false.
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
OnIsDropDownOpenChanged(bool, bool)
Called when the IsDropDownOpen property changes.
OnMouseDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseDown(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgs
Remarks
Marks the event as handled.
OnMouseUp(MouseButtonEventArgs)
Declaration
protected override void OnMouseUp(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgs
Remarks
Marks the event as handled.