ClassDataPagerButton
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:
cs-api-definition
public class DataPagerButton : RadTemplatedButton, INotifyPropertyChanged
Inheritance: objectRadButtonBaseRadTemplatedButtonDataPagerButton
Implements:
Inherited Members
Constructors
DataPagerButton()
Declaration
cs-api-definition
public DataPagerButton()
Fields
IsSelectedProperty
Identifies the IsSelected property.
Declaration
cs-api-definition
public static readonly BindableProperty IsSelectedProperty
Field Value
BindableProperty
Properties
IsSelected
Gets a value indicating whether the button is selected.
Methods
ChangeVisualState()
Declaration
cs-api-definition
protected override void ChangeVisualState()
Overrides