PagingOptions / PartialPagingOptions

Description

A PagingOptions is an interface that defines a LayoutModeOptions which exposes properties to configure pages to display items of the data source.

Properties

Property

Type

Value

Description

5

type

string

"paging"

The options only apply when LayoutMode is set to Paging.

itemsPerPage

settings

 

The number of items to display on each page.

A PagingOptions can be provided through a LayoutModeOptionsCollection.

Remarks

A partial type/interface is an object in which properties are optional.