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:
public static class DistinctValuesTreeListViewExtensions
Inheritance: objectDistinctValuesTreeListViewExtensions
Fields
EnableKeyboardSelectionProperty
DependencyProperty
Represents the EnableKeyboardSelection attached property. This property is only to be used by the RadTreeListView in the FilteringControl.
public static readonly DependencyProperty EnableKeyboardSelectionProperty
UpdateCurrentItemOnGotFocusProperty
DependencyProperty
Represents the UpdateCurrentItemOnGotFocus attached property. This property is only to be used by the RadTreeListView in the FilteringControl.
public static readonly DependencyProperty UpdateCurrentItemOnGotFocusProperty
Methods
Gets a boolean value indicating whether keyboard selection is enabled.
public static bool GetEnableKeyboardSelection(DependencyObject obj)
Gets a boolean value indicating whether the current item will be updated on GotFocus.
public static bool GetUpdateCurrentItemOnGotFocus(DependencyObject obj)
Sets a boolean value indicating whether keyboard selection is enabled.
public static void SetEnableKeyboardSelection(DependencyObject obj, bool value)
Sets a boolean value indicating whether the current item will be updated on GotFocus.
public static void SetUpdateCurrentItemOnGotFocus(DependencyObject obj, bool value)