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

DataViewStyles.PagerShowMoreItemsContainer Property

Gets the style settings defining the appearance of the ‘Show More Items’ link container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public DataViewPagerShowMoreItemsContainerStyle PagerShowMoreItemsContainer { get; }

Property Value

Type Description
DataViewPagerShowMoreItemsContainerStyle

A DataViewPagerShowMoreItemsContainerStyle object that contains style settings.

Remarks

The ‘Show More Items’ link is displayed when endless paging is enabled. Use the PagerShowMoreItemsContainer property to specify the style settings of the ‘Show More Items’ link container.

See Also