Class FilterListBoxExtensions
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.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public static class FilterListBoxExtensions
Fields
EnableKeyboardNavigationProperty
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
System.Windows.DependencyProperty
|
Methods
GetEnableKeyboardNavigation(DependencyObject)
GetEnableKeyboardSelection(DependencyObject)
Gets whether keyboard selection is enabled.
Declaration
public static bool GetEnableKeyboardSelection(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetEnableKeyboardNavigation(DependencyObject, Boolean)
SetEnableKeyboardSelection(DependencyObject, Boolean)
Sets the EnableKeyboardSelection attached property.
Declaration
public static void SetEnableKeyboardSelection(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|