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

ImageGalleryPagerSettings Class

Contains pager settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ImageGalleryPagerSettings :
    PagerSettingsEx,
    IDataViewEndlessPagingSettigns

The following members return ImageGalleryPagerSettings objects:

Remarks

The ImageGalleryPagerSettings class contains the settings that allow you to enable endless paging mode and specify the ‘Show More Items’ button text. These settings can be accessed via the ASPxNewsControl’s ASPxImageGallery.PagerSettings property.

See Also