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.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public static readonly DependencyProperty EnableKeyboardSelectionProperty

Field Value

DependencyProperty

Methods

GetEnableKeyboardNavigation(DependencyObject)

Gets whether keyboard navigation is enabled.

Declaration

cs-api-definition
public static bool GetEnableKeyboardNavigation(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

GetEnableKeyboardSelection(DependencyObject)

Gets whether keyboard selection is enabled.

Declaration

cs-api-definition
public static bool GetEnableKeyboardSelection(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

SetEnableKeyboardNavigation(DependencyObject, bool)

Sets the EnableKeyboardNavigation attached property.

Declaration

cs-api-definition
public static void SetEnableKeyboardNavigation(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool

SetEnableKeyboardSelection(DependencyObject, bool)

Sets the EnableKeyboardSelection attached property.

Declaration

cs-api-definition
public static void SetEnableKeyboardSelection(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool