Class DataPagerContent
Represents the content of a Rad
Inherited Members
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 Adaptive
Declaration
public static readonly BindableProperty AdaptiveDisplayModesProperty
Field Value
Microsoft.
|
DisplayModeProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayModeProperty
Field Value
Microsoft.
|
EllipsisModeProperty
Identifies the Ellipsis
Declaration
public static readonly BindableProperty EllipsisModeProperty
Field Value
Microsoft.
|
ItemSpacingProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Microsoft.
|
ItemTypeProperty
Identifies the
Declaration
public static readonly BindableProperty ItemTypeProperty
Field Value
Microsoft.
|
MaxNumericButtonsCountProperty
Identifies the Max
Declaration
public static readonly BindableProperty MaxNumericButtonsCountProperty
Field Value
Microsoft.
|
MinNumericButtonsCountProperty
Identifies the Min
Declaration
public static readonly BindableProperty MinNumericButtonsCountProperty
Field Value
Microsoft.
|
PageCountProperty
Identifies the Page
Declaration
public static readonly BindableProperty PageCountProperty
Field Value
Microsoft.
|
PageIndexProperty
Identifies the Page
Declaration
public static readonly BindableProperty PageIndexProperty
Field Value
Microsoft.
|
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 Display
Declaration
public IList<DataPagerDisplayMode> AdaptiveDisplayModes { get; set; }
Property Value
System.
|
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 Adaptive
Declaration
public DataPagerDisplayMode DisplayMode { get; set; }
Property Value
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
Items
Gets a list of items that represent the components of a Rad
Declaration
public IList<IView> Items { get; }
Property Value
System.
|
ItemSpacing
Gets or sets the spacing between the items.
Declaration
public double ItemSpacing { get; set; }
Property Value
System.
|
MaxNumericButtonsCount
Gets or sets the maximum number of numeric buttons.
Declaration
public int MaxNumericButtonsCount { get; set; }
Property Value
System.
|
MinNumericButtonsCount
Gets or sets the minimum number of numeric buttons.
Declaration
public int MinNumericButtonsCount { get; set; }
Property Value
System.
|
PageCount
Gets the number of existing pages.
Declaration
public int PageCount { get; set; }
Property Value
System.
|
PageIndex
Gets or sets the current page index.
Declaration
public int PageIndex { get; set; }
Property Value
System.
|
Methods
GetItemType(BindableObject)
Gets the item type for ths bindable object in the context of a Rad
Declaration
public static DataPagerItemType GetItemType(BindableObject bindable)
Parameters
Microsoft.
|
Returns
SetItemType(BindableObject, DataPagerItemType)
Sets the item type for ths bindable object in the context of a Rad
Declaration
public static void SetItemType(BindableObject bindable, DataPagerItemType value)
Parameters
Microsoft.
|
Data
|