Class FilteringDropDown
FilteringDropDown.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class FilteringDropDown : Control, IPopupWrapperOwner
Constructors
FilteringDropDown()
Fields
ColumnProperty
Identifies the Column dependency property.
Declaration
public static readonly DependencyProperty ColumnProperty
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
Column
Gets or sets the column.
Declaration
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
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()
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. |