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.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

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

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

cs-api-definition
public static readonly DependencyProperty UpdateCurrentItemOnGotFocusProperty

Field Value

DependencyProperty

Methods

GetEnableKeyboardSelection(DependencyObject)

Gets a boolean value indicating whether keyboard selection is enabled.

Declaration

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

Parameters

obj

DependencyObject

Returns

bool

GetUpdateCurrentItemOnGotFocus(DependencyObject)

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

Declaration

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

Parameters

obj

DependencyObject

Returns

bool

SetEnableKeyboardSelection(DependencyObject, bool)

Sets a boolean value indicating whether keyboard selection is enabled.

Declaration

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

Parameters

obj

DependencyObject

value

bool

SetUpdateCurrentItemOnGotFocus(DependencyObject, bool)

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

Declaration

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

Parameters

obj

DependencyObject

value

bool