Back to Devexpress

DataViewPagerShowMoreItemsContainerStyle Class

aspnet-devexpress-dot-web-30908c5b.md

latest2.5 KB
Original Source

DataViewPagerShowMoreItemsContainerStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class DataViewPagerShowMoreItemsContainerStyle :
    AppearanceStyle
vb
Public Class DataViewPagerShowMoreItemsContainerStyle
    Inherits AppearanceStyle

The following members return DataViewPagerShowMoreItemsContainerStyle objects:

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle DataViewPagerShowMoreItemsContainerStyle

See Also

DataViewPagerShowMoreItemsContainerStyle Members

DevExpress.Web Namespace