Class DataPagerButton
Represents a button in a Rad
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 Is
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Microsoft.
|
Properties
IsSelected
Gets a value indicating whether the button is selected.
Declaration
public bool IsSelected { get; }
Property Value
System.
|