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

ImageGalleryFullscreenViewerSettings.ShowTextArea Property

Gets or sets whether the fullscreen viewer text area is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to display the text area; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowTextArea
ASPxImageGallery
.SettingsFullscreenViewer.ShowTextArea
ImageGallerySettings
.SettingsFullscreenViewer.ShowTextArea
MVCxImageGallery
.SettingsFullscreenViewer.ShowTextArea
See Also