Back to Devexpress

ImageGalleryItem.FullscreenViewerText Property

aspnet-devexpress-dot-web-dot-imagegalleryitem.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string FullscreenViewerText { get; set; }
vb
<DefaultValue("")>
Public Property FullscreenViewerText As String

Property Value

TypeDefaultDescription
StringString.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

Image Gallery

Text

ImageGalleryItem Class

ImageGalleryItem Members

DevExpress.Web Namespace