Class SelectableItemView
Visual representation of a selectable item in the RadSelectableItemsView control.
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
Constructors
SelectableItemView()
Declaration
public SelectableItemView()
Fields
IsSelectedProperty
Identifies the IsSelected property.
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
IsSelected
Gets a or sets value indicating whether the current item is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
Events
IsSelectedChanged
Raised when the IsSelected property has changed.
Declaration
public event EventHandler IsSelectedChanged
Event Type
System.EventHandler
|