Class
PaginationListControl

A List control, used to visualize thumbnail data of RadPaginationControl.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives.Pagination

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class PaginationListControl : ListBox

Inheritance: objectPaginationListControl

Constructors

PaginationListControl()

Initializes a new instance of the PaginationListControl class.

Declaration

cs-api-definition
public PaginationListControl()

Methods

GetContainerForItemOverride()

Creates or identifies the element that is used to display the given item.

Declaration

cs-api-definition
protected override DependencyObject GetContainerForItemOverride()

Returns

DependencyObject

The element that is used to display the given item.

IsItemItsOwnContainerOverride(object)

Determines whether the specified item is (or is eligible to be) its own container.

Declaration

cs-api-definition
protected override bool IsItemItsOwnContainerOverride(object item)

Parameters

item

object

The item to check.

Returns

bool

True if the item is (or is eligible to be) its own container; otherwise, false.

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

PrepareContainerForItemOverride(DependencyObject, object)

Prepares the specified element to display the specified item.

Declaration

cs-api-definition
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)

Parameters

element

DependencyObject

The element that's used to display the specified item.

item

object

The item to display.