DataPagerButton
Class
Represents a button in a RadDataPager that is used for navigating to a page.
Definition
Namespace:Telerik.Maui.Controls.DataPager
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataPagerButton : RadTemplatedButton, INotifyPropertyChanged
Inheritance: objectRadButtonBaseRadTemplatedButtonDataPagerButton
Implements:
Inherited Members
Constructors
C#
public DataPagerButton()
Fields
IsSelectedProperty
BindableProperty
Identifies the IsSelected property.
C#
public static readonly BindableProperty IsSelectedProperty
Properties
Gets a value indicating whether the button is selected.
C#
public bool IsSelected { get; }
Methods
C#
protected override void ChangeVisualState()
Overrides: