DataViewStyles.PagerShowMoreItemsContainer Property
In This Article
Gets the style settings defining the appearance of the ‘Show More Items’ link container.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DataViewPagerShowMoreItemsContainerStyle PagerShowMoreItemsContainer { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#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