New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
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

Initializes a new instance of the class.

C#
public DataPagerNavigationView()

Fields

ComboBoxStyleProperty

BindableProperty

Identifies the ComboBoxStyle property.

C#
public static readonly BindableProperty ComboBoxStyleProperty

DataPagerProperty

BindableProperty

Identifies the DataPager property.

C#
public static readonly BindableProperty DataPagerProperty

LabelsStyleProperty

BindableProperty

Identifies the LabelsStyle property.

C#
public static readonly BindableProperty LabelsStyleProperty

Properties

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.

C#
public Style ComboBoxStyle { get; set; }

Gets or sets the associated RadDataPager.

C#
public RadDataPager DataPager { get; set; }

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.

C#
public Style LabelsStyle { get; set; }

Methods

C#
protected override void OnApplyTemplate()

Overrides: RadCompositeContentView.OnApplyTemplate()