skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class DataPagerContent

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

Inheritance
System.Object
RadLayout
DataPagerContent
Inherited Members
RadLayout.CreateLayoutManager()
Namespace: Telerik.Maui.Controls.DataPager
Assembly: Telerik.Maui.Controls.dll

Syntax

public class DataPagerContent : RadLayout

Constructors

DataPagerContent()

Initalizes an instance of the class.

Declaration
public DataPagerContent()

Fields

AdaptiveDisplayModesProperty

Identifies the AdaptiveDisplayModes property.

Declaration
public static readonly BindableProperty AdaptiveDisplayModesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

DisplayModeProperty

Identifies the DisplayMode property.

Declaration
public static readonly BindableProperty DisplayModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

EllipsisModeProperty

Identifies the EllipsisMode property.

Declaration
public static readonly BindableProperty EllipsisModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ItemSpacingProperty

Identifies the ItemSpacing property.

Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ItemTypeProperty

Identifies the ItemType attached property.

Declaration
public static readonly BindableProperty ItemTypeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

MaxNumericButtonsCountProperty

Identifies the MaxNumericButtonsCount property.

Declaration
public static readonly BindableProperty MaxNumericButtonsCountProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

MinNumericButtonsCountProperty

Identifies the MinNumericButtonsCount property.

Declaration
public static readonly BindableProperty MinNumericButtonsCountProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

PageCountProperty

Identifies the PageCount property.

Declaration
public static readonly BindableProperty PageCountProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

PageIndexProperty

Identifies the PageIndex property.

Declaration
public static readonly BindableProperty PageIndexProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

Properties

AdaptiveDisplayModes

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.

Declaration
public IList<DataPagerDisplayMode> AdaptiveDisplayModes { get; set; }
Property Value
System.Collections.Generic.IList<DataPagerDisplayMode>

DisplayMode

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.

Declaration
public DataPagerDisplayMode DisplayMode { get; set; }
Property Value
DataPagerDisplayMode

EllipsisMode

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.

Declaration
public DataPagerEllipsisMode EllipsisMode { get; set; }
Property Value
DataPagerEllipsisMode

Items

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

Declaration
public IList<IView> Items { get; }
Property Value
System.Collections.Generic.IList<Microsoft.Maui.IView>

ItemSpacing

Gets or sets the spacing between the items.

Declaration
public double ItemSpacing { get; set; }
Property Value
System.Double

MaxNumericButtonsCount

Gets or sets the maximum number of numeric buttons.

Declaration
public int MaxNumericButtonsCount { get; set; }
Property Value
System.Int32

MinNumericButtonsCount

Gets or sets the minimum number of numeric buttons.

Declaration
public int MinNumericButtonsCount { get; set; }
Property Value
System.Int32

PageCount

Gets the number of existing pages.

Declaration
public int PageCount { get; set; }
Property Value
System.Int32

PageIndex

Gets or sets the current page index.

Declaration
public int PageIndex { get; set; }
Property Value
System.Int32

Methods

GetItemType(BindableObject)

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

Declaration
public static DataPagerItemType GetItemType(BindableObject bindable)
Parameters
Microsoft.Maui.Controls.BindableObject bindable

Returns
DataPagerItemType

SetItemType(BindableObject, DataPagerItemType)

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

Declaration
public static void SetItemType(BindableObject bindable, DataPagerItemType value)
Parameters
Microsoft.Maui.Controls.BindableObject bindable

DataPagerItemType value

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.