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

ImageGallerySettings.AllowExpandText Property

Gets or sets a value that specifies whether the text area can be expanded with a mouse click.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool AllowExpandText { get; set; }

Property Value

Type Description
Boolean

true, if a text expansion is available; otherwise, false.

Remarks

The ImageGallery extension displays the text area over thumbnails if it is allowed via the ImageGallerySettings.TextVisibility property. The text is cropped to fit the area. Use the AllowExpandText property to allow end-users to expand cropped item text with a mouse click.

See Also