Skip to main content
A newer version of this page is available. .
Tab

ImageGalleryFullscreenViewerSettings.KeyboardSupport Property

Gets or sets a value that specifies whether keyboard navigation is available within the fullscreen viewer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool KeyboardSupport { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if keyboard navigation is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to KeyboardSupport
ASPxImageGallery
.SettingsFullscreenViewer.KeyboardSupport
ImageGallerySettings
.SettingsFullscreenViewer.KeyboardSupport
MVCxImageGallery
.SettingsFullscreenViewer.KeyboardSupport

Remarks

The KeyboardSupport property controls the 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