ASPxImageGallery.AllowExpandText Property
Gets or sets a value that specifies whether the text area can be expanded with a mouse click.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
ASPxImageGallery displays the text area over thumbnails if it is allowed via the ASPxImageGallery.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