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

ImageGalleryFullscreenViewerSettings.ShowCloseButton Property

Gets or sets a value that specifies whether the close button is visible.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if the button is visible, otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the ShowCloseButton property to specify whether the Close button is visible within the fullscreen viewer.

The appearance of the button is customized by using the ImageGalleryFullscreenViewerStyles.CloseButton property. The image for the Close button is defined via the ImageGalleryFullscreenViewerImages.CloseButton property.

See Also