Class DistinctValuesTreeListViewExtensions
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.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public static class DistinctValuesTreeListViewExtensions : Object
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
System.Windows.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
System.Windows.DependencyProperty
|
Methods
GetEnableKeyboardSelection(DependencyObject)
Gets a boolean value indicating whether keyboard selection is enabled.
Declaration
public static bool GetEnableKeyboardSelection(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
GetUpdateCurrentItemOnGotFocus(DependencyObject)
Gets a boolean value indicating whether the current item will be updated on GotFocus.
Declaration
public static bool GetUpdateCurrentItemOnGotFocus(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetEnableKeyboardSelection(DependencyObject, Boolean)
Sets a boolean value indicating whether keyboard selection is enabled.
Declaration
public static void SetEnableKeyboardSelection(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|
SetUpdateCurrentItemOnGotFocus(DependencyObject, Boolean)
Sets a boolean value indicating whether the current item will be updated on GotFocus.
Declaration
public static void SetUpdateCurrentItemOnGotFocus(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|