Skip to main content
All docs
V24.1

KeyboardNavigationExtension Class

Declaration

export class KeyboardNavigationExtension extends DisposableObject implements IExtension

Implements

IExtension

Inheritance

DisposableObject
KeyboardNavigationExtension

constructor(_dashboardControl)

Initializes a new instance of the KeyboardNavigationExtension class with specified settings.

Declaration

constructor(
    _dashboardControl: DevExpress.Dashboard.DashboardControl
)

Parameters

Name Type
_dashboardControl DashboardControl

Properties

name Property

Declaration

name: string

Property Value

Type
string

Methods

dispose Method

Declaration

dispose(): void

start Method

Declaration

start(): void

stop Method

Declaration

stop?(): void