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

ImageGalleryItem.FullscreenViewerText Property

Gets or sets the text (description) of the current image item displayed in the fullscreen viewer text area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string FullscreenViewerText { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the text.

Remarks

The text specified via the FullscreenViewerText property is displayed in the fullscreen viewer text area. If the FullscreenViewerText property is not specified, the fullscreen viewer text area displays the ImageGalleryItem.Text property value.

See Also