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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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