ImageSliderSettings.KeyboardSupport Property
Gets or sets a value that specifies whether keyboard navigation is available within the ImageSlider.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if keyboard navigation is enabled; otherwise, false. |
Remarks
The KeyboardSupport property controls a user’s capability to navigate among image slider items using the keyboard. The available keys are listed below.
Key | Action |
---|---|
RIGHT ARROW, DOWN ARROW | Switches to the next image |
LEFT ARROW, UP ARROW | Switches to the previous image |
HOME | Switches to the first image |
END | Switches to the last image |
See Also