Class SelectableItemView
Visual representation of a selectable item in the Rad
Inheritance
System.Object
SelectableItemView
Inherited Members
Namespace: Telerik.Maui.Controls.ItemsView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SelectableItemView : ItemView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
SelectableItemView()
Declaration
public SelectableItemView()
Fields
IsSelectedProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Microsoft.
|
Properties
IsSelected
Gets a or sets value indicating whether the current item is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
Events
IsSelectedChanged
Raised when the Is
Declaration
public event EventHandler IsSelectedChanged
Event Type
System.
|