Skip to main content
Tab

ImageGalleryPagerSettings Class

Contains pager settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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