ImageGallerySettings.TextVisibility Property
Enables you to specify the thumbnail text area visibility mode.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public ElementVisibilityMode TextVisibility { get; set; }
Public Property TextVisibility As ElementVisibilityMode
Property Value
Type | Description |
---|---|
ElementVisibilityMode | One of the ElementVisibilityMode enumeration values. |
Remarks
The text specified by the ImageGalleryItem.Text (by the MVCxImageGalleryItem.Text) property is displayed in the thumbnail text area. Use the TextVisibility property to control the area's visibility.
NOTE
On touch devices, the Faded and OnMouseOver property values equal “None”.
See Also
Feedback