Table of Contents

Class Pagination

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class Pagination : BasePagination, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler
Inheritance
Pagination
Implements
Inherited Members

Constructors

Pagination()

public Pagination()

Fields

DefaultDescription

public const string DefaultDescription = "Page <strong>{0:n0}</strong> of <strong>{1:n0}</strong> - Items <strong>{2:n0}</strong> to <strong>{3:n0}</strong> of <strong>{4:n0}</strong>"

Field Value

string

Properties

Description

public string Description { get; set; }

Property Value

string

EndItem

public int EndItem { get; }

Property Value

int

ItemsCount

public int ItemsCount { get; set; }

Property Value

int

ItemsSkip

public int ItemsSkip { get; }

Property Value

int

ItemsTake

public int ItemsTake { get; }

Property Value

int

PageCount

public int PageCount { get; }

Property Value

int

PageGroupSize

public int PageGroupSize { get; set; }

Property Value

int

PageIndex

public int PageIndex { get; set; }

Property Value

int

PageSize

public int PageSize { get; set; }

Property Value

int

StartItem

public int StartItem { get; }

Property Value

int

Methods

OnPageChanged(int)

protected override void OnPageChanged(int page)

Parameters

page int

Events

PageChanged

public event Pagination.PageChangedEventHandler PageChanged

Event Type

Pagination.PageChangedEventHandler