Class CardViewFilteringDropDown
CardViewFilteringDropDown.
Inheritance
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardViewFilteringDropDown : Control, IPopupWrapperOwner
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
System.Windows.DependencyProperty
|
FunnelFillVisibilityProperty
Identifies the FunnelFillVisibility dependency property.
Declaration
public static readonly DependencyProperty FunnelFillVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
IsDropDownOpenProperty
Identifies the IsDropDownOpen dependency property.
Declaration
public static readonly DependencyProperty IsDropDownOpenProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CardDataFieldDescriptor
Gets or sets the CardDataFieldDescriptor.
Declaration
public CardDataFieldDescriptor CardDataFieldDescriptor { get; set; }
Property Value
CardDataFieldDescriptor
The parent CardDataFieldDescriptor. |
FunnelFillVisibility
Gets or sets a value indicating whether the funnel fill is visible.
Declaration
public Visibility FunnelFillVisibility { get; set; }
Property Value
System.Windows.Visibility
|
IsDropDownOpen
Gets or sets a value indicating whether the drop down is open.
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
System.Boolean
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|
OnIsDropDownOpenChanged(Boolean, Boolean)
Called when the IsDropDownOpen property changes.
Declaration
protected virtual void OnIsDropDownOpenChanged(bool oldValue, bool newValue)
Parameters
System.Boolean
oldValue
The old value of the IsDropDownOpen property. |
System.Boolean
newValue
The new value of the IsDropDownOpen property. |
OnMouseDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseDown(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
|
Remarks
Marks the event as handled.
OnMouseUp(MouseButtonEventArgs)
Declaration
protected override void OnMouseUp(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
|
Remarks
Marks the event as handled.