ClassFilteringDropDown
FilteringDropDown.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class FilteringDropDown : Control
Inheritance: objectFilteringDropDown
Constructors
FilteringDropDown()
Initializes a new instance of the FilteringDropDown class.
Declaration
public FilteringDropDown()
Fields
ColumnProperty
Identifies the Column dependency property.
Declaration
public static readonly DependencyProperty ColumnProperty
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
Column
Gets or sets the column.
Declaration
public GridViewColumn Column { get; set; }
Property Value
The pare column.
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.