Represents the page-sizes view of a RadDataPager. It is used for choosing the number of items per page. Contains a RadComboBox with the available page sizes.
Definition
Namespace:Telerik.Maui.Controls.DataPager
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataPagerPageSizesView : RadCompositeContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewDataPagerPageSizesView
Implements:
Inherited Members
Constructors
Initializes a new instance of the class.
public DataPagerPageSizesView()
Fields
ComboBoxStyleProperty
BindableProperty
Identifies the ComboBoxStyle property.
public static readonly BindableProperty ComboBoxStyleProperty
DataPagerProperty
BindableProperty
Identifies the DataPager property.
public static readonly BindableProperty DataPagerProperty
LabelStyleProperty
BindableProperty
Identifies the LabelStyle property.
public static readonly BindableProperty LabelStyleProperty
Properties
ComboBoxStyle
Style
Gets or sets the custom style that is applied to the combo box. The actual style that is applied is a merger between this style and the default combo box style.
public Style ComboBoxStyle { get; set; }
Gets or sets the associated RadDataPager.
public RadDataPager DataPager { get; set; }
LabelStyle
Style
Gets or sets the custom style that is applied to the label. The actual style that is applied is a merger between this style and the default label style.
public Style LabelStyle { get; set; }