Back to Devexpress

ImageGalleryPagerSettings.ShowMoreItemsText Property

aspnet-devexpress-dot-web-dot-imagegallerypagersettings.md

latest2.5 KB
Original Source

ImageGalleryPagerSettings.ShowMoreItemsText Property

SECURITY-RELATED CONSIDERATIONS

Setting this property to values from an untrusted source may introduce security-related issues, since the property value is not encoded and is rendered as HTML markup. Call the HttpUtility.HtmlEncode method to encode the value.

Review the following help topic to better protect websites from cross-site scripting (XSS) attacks: HTML Encoding.

Gets or sets the text displayed within the ShowMoreItems button.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string ShowMoreItemsText { get; set; }
vb
<DefaultValue("")>
Public Property ShowMoreItemsText As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value specifying the ShowMoreItems button text.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowMoreItemsText
ASPxImageGallery

.PagerSettings .ShowMoreItemsText

|

Remarks

When the ImageGalleryPagerSettings.EndlessPagingMode property is set to OnClick , the control displays the ShowMoreItems button, which when clicked, uploads more items. Use the ShowMoreItemsText property to specify the text displayed within the button.

See Also

Image Gallery

ImageGalleryPagerSettings Class

ImageGalleryPagerSettings Members

DevExpress.Web Namespace