KeyboardNavigationExtension Class
#Declaration
TypeScript
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
TypeScript
constructor(
_dashboardControl: DevExpress.Dashboard.DashboardControl
)
#Parameters
Name | Type |
---|---|
_dashboard |
Dashboard |
#Properties
#name Property
#Declaration
TypeScript
name: string
#Property Value
Type |
---|
string |
#Methods
#dispose Method
#Declaration
TypeScript
dispose(): void
#start Method
#Declaration
TypeScript
start(): void
#stop Method
#Declaration
TypeScript
stop?(): void