Skip to main content
Tab

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool AllowExpandText { get; set; }

Property Value

Type Default Description
Boolean true

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

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