@progress/kendo-angular-listview
Version:
Kendo UI Angular listview component
13 lines (12 loc) • 722 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* Defines the type that the pager [`position`]({% slug api_listview_pagersettings %}#toc-position) property accepts.
* Specifies whether the pager appears above the content container, beneath it, or in both places
* ([see example]({% slug paging_listview %}#toc-pager-options)).
*
* @default 'bottom'
*/
export type PagerPosition = 'bottom' | 'top' | 'both';