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

DataViewPagerShowMoreItemsContainerStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class DataViewPagerShowMoreItemsContainerStyle :
    AppearanceStyle

Remarks

The ‘Show More Items’ link is displayed when endless paging is enabled. Use the ASPxDataViewBase.PagerShowMoreItemsContainerStyle property to access a DataViewPagerShowMoreItemsContainerStyle instance and specify the style settings of the ‘Show More Items’ link container.

Inheritance

See Also