Volume Control
Application-specific hotkeys for Windows
VolumeControl.WPF.Controls.DataGridWithoutNavKeys Class Reference

A DataGrid that ignores KeyDown events for Key.Enter, allowing other controls to receive them without the focused control changing. More...

Inheritance diagram for VolumeControl.WPF.Controls.DataGridWithoutNavKeys:
Collaboration diagram for VolumeControl.WPF.Controls.DataGridWithoutNavKeys:

Static Public Attributes

static readonly DependencyProperty DisableEnterNavigationProperty
 The DependencyProperty for DisableEnterNavigation. More...
 

Protected Member Functions

override void OnKeyDown (KeyEventArgs e)
 

Properties

bool DisableEnterNavigation [get, set]
 Gets or sets whether up/down navigation with Key.Enter is disabled or not. More...
 

Detailed Description

A DataGrid that ignores KeyDown events for Key.Enter, allowing other controls to receive them without the focused control changing.

Member Data Documentation

◆ DisableEnterNavigationProperty

readonly DependencyProperty VolumeControl.WPF.Controls.DataGridWithoutNavKeys.DisableEnterNavigationProperty
static
Initial value:
= DependencyProperty.Register(
typeof(bool),
typeof(DataGridWithoutNavKeys),
new PropertyMetadata(true))
bool DisableEnterNavigation
Gets or sets whether up/down navigation with Key.Enter is disabled or not.
Definition: DataGridWithoutNavKeys.cs:26

The DependencyProperty for DisableEnterNavigation.

Property Documentation

◆ DisableEnterNavigation

bool VolumeControl.WPF.Controls.DataGridWithoutNavKeys.DisableEnterNavigation
getset

Gets or sets whether up/down navigation with Key.Enter is disabled or not.

Returns
true when Enter key navigation is disabled; otherwise false.

Referenced by VolumeControl.WPF.Controls.DataGridWithoutNavKeys.OnKeyDown().


The documentation for this class was generated from the following file: