Class
CardViewFilteringDropDown

CardViewFilteringDropDown.

Definition

Namespace:Telerik.Windows.Controls.Data.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class CardViewFilteringDropDown : Control

Inheritance: objectCardViewFilteringDropDown

Constructors

CardViewFilteringDropDown()

Initializes a new instance of the CardViewFilteringDropDown class.

Declaration

cs-api-definition
public CardViewFilteringDropDown()

Fields

CardDataFieldDescriptorProperty

Identifies the CardDataFieldDescriptor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CardDataFieldDescriptorProperty

Field Value

DependencyProperty

FunnelFillVisibilityProperty

Identifies the FunnelFillVisibility dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FunnelFillVisibilityProperty

Field Value

DependencyProperty

IsDropDownOpenProperty

Identifies the IsDropDownOpen dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsDropDownOpenProperty

Field Value

DependencyProperty

Properties

CardDataFieldDescriptor

Gets or sets the CardDataFieldDescriptor.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public bool IsDropDownOpen { get; set; }

Property Value

bool

true if the drop down is open; otherwise, false.

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

OnIsDropDownOpenChanged(bool, bool)

Called when the IsDropDownOpen property changes.

Declaration

cs-api-definition
protected virtual void OnIsDropDownOpenChanged(bool oldValue, bool newValue)

Parameters

oldValue

bool

The old value of the IsDropDownOpen property.

newValue

bool

The new value of the IsDropDownOpen property.

OnMouseDown(MouseButtonEventArgs)

Declaration

cs-api-definition
protected override void OnMouseDown(MouseButtonEventArgs e)

Parameters

e

MouseButtonEventArgs

Remarks

Marks the event as handled.

OnMouseUp(MouseButtonEventArgs)

Declaration

cs-api-definition
protected override void OnMouseUp(MouseButtonEventArgs e)

Parameters

e

MouseButtonEventArgs

Remarks

Marks the event as handled.