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

DataViewPagerSettings.ShowMoreItemsText Property

Gets or sets the text displayed within the ShowMoreItems button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string ShowMoreItemsText { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the ShowMoreItems button text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowMoreItemsText
ASP.NET Controls and MVC Extensions ASPxDataView
.PagerSettings .ShowMoreItemsText
ASP.NET MVC Extensions DataViewSettings
.PagerSettings .ShowMoreItemsText
MVCxDataView
.PagerSettings .ShowMoreItemsText

Remarks

When the DataViewPagerSettings.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.

Note

The ASPxWebControl.EncodeHtml property is not in effect for the ShowMoreItemsText property. So the ShowMoreItemsText property value is not HTML encoded and is rendered as pure HTML markup.

Refer to the HTML Encoding topic for more information.

See Also