ClassFilterListBoxExtensions
Contains attached properties for the ListBox elements in the FilteringControl and FieldFilterControl. This class is for internal use only and is not intended to be used directly from your code.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public static class FilterListBoxExtensions
Inheritance: objectFilterListBoxExtensions
Fields
EnableKeyboardNavigationProperty
Represents the EnableKeyboardNavigation attached property. This property is only to be used by the ListBox in the FieldFilterControl popup.
Declaration
public static readonly DependencyProperty EnableKeyboardNavigationProperty
Field Value
DependencyProperty
EnableKeyboardSelectionProperty
Represents the EnableKeyboardSelection attached property. This property is only to be used by the ListBox in the FilteringControl.
Declaration
public static readonly DependencyProperty EnableKeyboardSelectionProperty
Field Value
DependencyProperty
Methods
GetEnableKeyboardNavigation(DependencyObject)
Gets whether keyboard navigation is enabled.
Declaration
public static bool GetEnableKeyboardNavigation(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetEnableKeyboardSelection(DependencyObject)
Gets whether keyboard selection is enabled.
Declaration
public static bool GetEnableKeyboardSelection(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
SetEnableKeyboardNavigation(DependencyObject, bool)
Sets the EnableKeyboardNavigation attached property.
Declaration
public static void SetEnableKeyboardNavigation(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value
SetEnableKeyboardSelection(DependencyObject, bool)
Sets the EnableKeyboardSelection attached property.
Declaration
public static void SetEnableKeyboardSelection(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value