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