Class DataPagerPageSizesView
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.
Inherited Members
Namespace: Telerik.Maui.Controls.DataPager
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataPagerPageSizesView : RadCompositeContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
DataPagerPageSizesView()
Initializes a new instance of the class.
Declaration
public DataPagerPageSizesView()
Fields
ActualComboBoxStyleProperty
Identifies the ActualComboBoxStyle property.
Declaration
public static readonly BindableProperty ActualComboBoxStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualLabelStyleProperty
Identifies the ActualLabelStyle property.
Declaration
public static readonly BindableProperty ActualLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ComboBoxStyleProperty
Identifies the ComboBoxStyle property.
Declaration
public static readonly BindableProperty ComboBoxStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DataPagerProperty
Identifies the DataPager property.
Declaration
public static readonly BindableProperty DataPagerProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LabelStyleProperty
Identifies the LabelStyle property.
Declaration
public static readonly BindableProperty LabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualComboBoxStyle
Gets the actual style that is applied to the combo box. This is result of merging the ComboBoxStyle and the default combo box style.
Declaration
public Style ActualComboBoxStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualLabelStyle
Gets the actual style that is applied to the label. This is result of merging the LabelStyleProperty and the default label style.
Declaration
public Style ActualLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ComboBoxStyle
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.
Declaration
public Style ComboBoxStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
DataPager
Gets or sets the associated RadDataPager.
Declaration
public RadDataPager DataPager { get; set; }
Property Value
RadDataPager
|
LabelStyle
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.
Declaration
public Style LabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|