New to Telerik UI for WPFStart a free 30-day trial

Contains attached properties for the RadTreeListView inside the FilteringControl. 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:

C#
public static class DistinctValuesTreeListViewExtensions

Inheritance: objectDistinctValuesTreeListViewExtensions

Fields

Represents the EnableKeyboardSelection attached property. This property is only to be used by the RadTreeListView in the FilteringControl.

C#
public static readonly DependencyProperty EnableKeyboardSelectionProperty

Represents the UpdateCurrentItemOnGotFocus attached property. This property is only to be used by the RadTreeListView in the FilteringControl.

C#
public static readonly DependencyProperty UpdateCurrentItemOnGotFocusProperty

Methods

Gets a boolean value indicating whether keyboard selection is enabled.

C#
public static bool GetEnableKeyboardSelection(DependencyObject obj)
Parameters:objDependencyObjectReturns:

bool

Gets a boolean value indicating whether the current item will be updated on GotFocus.

C#
public static bool GetUpdateCurrentItemOnGotFocus(DependencyObject obj)
Parameters:objDependencyObjectReturns:

bool

Sets a boolean value indicating whether keyboard selection is enabled.

C#
public static void SetEnableKeyboardSelection(DependencyObject obj, bool value)
Parameters:objDependencyObjectvaluebool

Sets a boolean value indicating whether the current item will be updated on GotFocus.

C#
public static void SetUpdateCurrentItemOnGotFocus(DependencyObject obj, bool value)
Parameters:objDependencyObjectvaluebool