Class
DataPagerNavigationView

Represents the navigation view of a RadDataPager. It is used for navigating to any page. Contains a RadComboBox with the page numbers.

Definition

Namespace:Telerik.Maui.Controls.DataPager

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataPagerNavigationView : RadCompositeContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewDataPagerNavigationView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

DataPagerNavigationView()

Initializes a new instance of the class.

Declaration

cs-api-definition
public DataPagerNavigationView()

Fields

ComboBoxStyleProperty

Identifies the ComboBoxStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ComboBoxStyleProperty

Field Value

BindableProperty

DataPagerProperty

Identifies the DataPager property.

Declaration

cs-api-definition
public static readonly BindableProperty DataPagerProperty

Field Value

BindableProperty

LabelsStyleProperty

Identifies the LabelsStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty LabelsStyleProperty

Field Value

BindableProperty

Properties

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

cs-api-definition
public Style ComboBoxStyle { get; set; }

Property Value

Style

DataPager

Gets or sets the associated RadDataPager.

Declaration

cs-api-definition
public RadDataPager DataPager { get; set; }

Property Value

RadDataPager

LabelsStyle

Gets or sets the custom style that is applied to the labels. The actual style that is applied is a merger between this style and the default labels style.

Declaration

cs-api-definition
public Style LabelsStyle { get; set; }

Property Value

Style

Methods

OnApplyTemplate()

Declaration

cs-api-definition
protected override void OnApplyTemplate()

Overrides RadCompositeContentView.OnApplyTemplate()