DataPagerContent
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:
public class DataPagerContent : RadLayout
Inheritance: objectRadLayoutDataPagerContent
Inherited Members
Constructors
Initalizes an instance of the class.
public DataPagerContent()
Fields
AdaptiveDisplayModesProperty
BindableProperty
Identifies the AdaptiveDisplayModes property.
public static readonly BindableProperty AdaptiveDisplayModesProperty
DisplayModeProperty
BindableProperty
Identifies the DisplayMode property.
public static readonly BindableProperty DisplayModeProperty
EllipsisModeProperty
BindableProperty
Identifies the EllipsisMode property.
public static readonly BindableProperty EllipsisModeProperty
ItemSpacingProperty
BindableProperty
Identifies the ItemSpacing property.
public static readonly BindableProperty ItemSpacingProperty
ItemTypeProperty
BindableProperty
Identifies the ItemType attached property.
public static readonly BindableProperty ItemTypeProperty
MaxNumericButtonsCountProperty
BindableProperty
Identifies the MaxNumericButtonsCount property.
public static readonly BindableProperty MaxNumericButtonsCountProperty
MinNumericButtonsCountProperty
BindableProperty
Identifies the MinNumericButtonsCount property.
public static readonly BindableProperty MinNumericButtonsCountProperty
PageCountProperty
BindableProperty
Identifies the PageCount property.
public static readonly BindableProperty PageCountProperty
PageIndexProperty
BindableProperty
Identifies the PageIndex property.
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.
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.
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.
public DataPagerEllipsisMode EllipsisMode { get; set; }
Gets a list of items that represent the components of a RadDataPager.
public IList<IView> Items { get; }
Gets or sets the spacing between the items.
public double ItemSpacing { get; set; }
Gets or sets the maximum number of numeric buttons.
public int MaxNumericButtonsCount { get; set; }
Gets or sets the minimum number of numeric buttons.
public int MinNumericButtonsCount { get; set; }
Methods
Gets the item type for ths bindable object in the context of a RadDataPager.
public static DataPagerItemType GetItemType(BindableObject bindable)
Sets the item type for ths bindable object in the context of a RadDataPager.
public static void SetItemType(BindableObject bindable, DataPagerItemType value)