New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the content of a RadDataPager. It contains the visual elements that comprise the DataPager.

Definition

Namespace:Telerik.Maui.Controls.DataPager

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataPagerContent : RadLayout

Inheritance: objectRadLayoutDataPagerContent

Inherited Members RadLayout.CreateLayoutManager()

Constructors

Initalizes an instance of the class.

C#
public DataPagerContent()

Fields

Identifies the AdaptiveDisplayModes property.

C#
public static readonly BindableProperty AdaptiveDisplayModesProperty

DisplayModeProperty

BindableProperty

Identifies the DisplayMode property.

C#
public static readonly BindableProperty DisplayModeProperty

EllipsisModeProperty

BindableProperty

Identifies the EllipsisMode property.

C#
public static readonly BindableProperty EllipsisModeProperty

ItemSpacingProperty

BindableProperty

Identifies the ItemSpacing property.

C#
public static readonly BindableProperty ItemSpacingProperty

ItemTypeProperty

BindableProperty

Identifies the ItemType attached property.

C#
public static readonly BindableProperty ItemTypeProperty

Identifies the MaxNumericButtonsCount property.

C#
public static readonly BindableProperty MaxNumericButtonsCountProperty

Identifies the MinNumericButtonsCount property.

C#
public static readonly BindableProperty MinNumericButtonsCountProperty

PageCountProperty

BindableProperty

Identifies the PageCount property.

C#
public static readonly BindableProperty PageCountProperty

PageIndexProperty

BindableProperty

Identifies the PageIndex property.

C#
public static readonly BindableProperty PageIndexProperty

Properties

Gets or sets a list of desired combinations of elements that should be displayed. The actual elements that are displayed are the result of this property, the DisplayMode property, and the size of the control.

C#
public IList<DataPagerDisplayMode> AdaptiveDisplayModes { get; set; }

Gets or sets the set of elements that can be displayed. The actual elements that are displayed are the result of this property, the AdaptiveDisplayModes property, and the size of the control.

C#
public DataPagerDisplayMode DisplayMode { get; set; }

Gets or sets the ellipsis mode of the pager. The EllipsisMode property controls whether the first/last page numeric buttons are replaced with three dots when there are more pages to the left/right.

C#
public DataPagerEllipsisMode EllipsisMode { get; set; }

Items

IList<IView>

Gets a list of items that represent the components of a RadDataPager.

C#
public IList<IView> Items { get; }

Gets or sets the spacing between the items.

C#
public double ItemSpacing { get; set; }

Gets or sets the maximum number of numeric buttons.

C#
public int MaxNumericButtonsCount { get; set; }

Gets or sets the minimum number of numeric buttons.

C#
public int MinNumericButtonsCount { get; set; }

Gets the number of existing pages.

C#
public int PageCount { get; set; }

Gets or sets the current page index.

C#
public int PageIndex { get; set; }

Methods

Gets the item type for ths bindable object in the context of a RadDataPager.

C#
public static DataPagerItemType GetItemType(BindableObject bindable)
Parameters:bindableBindableObjectReturns:

DataPagerItemType

Sets the item type for ths bindable object in the context of a RadDataPager.

C#
public static void SetItemType(BindableObject bindable, DataPagerItemType value)
Parameters:bindableBindableObjectvalueDataPagerItemType