Class DataPagerPageSizesView
Represents the page-sizes view of a Rad
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 Actual
Declaration
public static readonly BindableProperty ActualComboBoxStyleProperty
Field Value
Microsoft.
|
ActualLabelStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualLabelStyleProperty
Field Value
Microsoft.
|
ComboBoxStyleProperty
Identifies the Combo
Declaration
public static readonly BindableProperty ComboBoxStyleProperty
Field Value
Microsoft.
|
DataPagerProperty
Identifies the Data
Declaration
public static readonly BindableProperty DataPagerProperty
Field Value
Microsoft.
|
LabelStyleProperty
Identifies the Label
Declaration
public static readonly BindableProperty LabelStyleProperty
Field Value
Microsoft.
|
Properties
ActualComboBoxStyle
Gets the actual style that is applied to the combo box. This is result of merging the Combo
Declaration
public Style ActualComboBoxStyle { get; }
Property Value
Microsoft.
|
ActualLabelStyle
Gets the actual style that is applied to the label. This is result of merging the Label
Declaration
public Style ActualLabelStyle { get; }
Property Value
Microsoft.
|
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.
|
DataPager
Gets or sets the associated Rad
Declaration
public RadDataPager DataPager { get; set; }
Property Value
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.
|