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 Card
Declaration
public CardViewFilteringDropDown()
Fields
CardDataFieldDescriptorProperty
Identifies the Card
Declaration
public static readonly DependencyProperty CardDataFieldDescriptorProperty
Field Value
System.
|
FunnelFillVisibilityProperty
Identifies the Funnel
Declaration
public static readonly DependencyProperty FunnelFillVisibilityProperty
Field Value
System.
|
IsDropDownOpenProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsDropDownOpenProperty
Field Value
System.
|
Properties
CardDataFieldDescriptor
Gets or sets the CardDataFieldDescriptor.
Declaration
public CardDataFieldDescriptor CardDataFieldDescriptor { get; set; }
Property Value
Card 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.
|
IsDropDownOpen
Gets or sets a value indicating whether the drop down is open.
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|
OnIsDropDownOpenChanged(Boolean, Boolean)
Called when the IsDropDownOpen property changes.
Declaration
protected virtual void OnIsDropDownOpenChanged(bool oldValue, bool newValue)
Parameters
System. The old value of the IsDropDownOpen property. |
System. The new value of the IsDropDownOpen property. |
OnMouseDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseDown(MouseButtonEventArgs e)
Parameters
System.
|
Remarks
Marks the event as handled.
OnMouseUp(MouseButtonEventArgs)
Declaration
protected override void OnMouseUp(MouseButtonEventArgs e)
Parameters
System.
|
Remarks
Marks the event as handled.