Class
FilteringDropDown

FilteringDropDown.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class FilteringDropDown : Control

Inheritance: objectFilteringDropDown

Constructors

FilteringDropDown()

Initializes a new instance of the FilteringDropDown class.

Declaration

cs-api-definition
public FilteringDropDown()

Fields

ColumnProperty

Identifies the Column dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ColumnProperty

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

Column

Gets or sets the column.

Declaration

cs-api-definition
public GridViewColumn Column { get; set; }

Property Value

GridViewColumn

The pare column.

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.