Class DataPagerButton
Represents a button in a RadDataPager that is used for navigating to a page.
Inherited Members
Namespace: Telerik.Maui.Controls.DataPager
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataPagerButton : RadTemplatedButton, ITextContentButton, IContentButton, INotifyPropertyChanged
Constructors
DataPagerButton()
Declaration
public DataPagerButton()
Fields
IsSelectedProperty
Identifies the IsSelected property.
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
IsSelected
Gets a value indicating whether the button is selected.
Declaration
public bool IsSelected { get; }
Property Value
System.Boolean
|