SelectableItemView
Class
Visual representation of a selectable item in the RadSelectableItemsView control.
Definition
Namespace:Telerik.Maui.Controls.ItemsView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class SelectableItemView : ItemView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewItemViewSelectableItemView...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public SelectableItemView()
Fields
IsSelectedProperty
BindableProperty
Identifies the IsSelected property.
C#
public static readonly BindableProperty IsSelectedProperty
Properties
Gets a or sets value indicating whether the current item is selected.
C#
public bool IsSelected { get; set; }
Methods
C#
protected override void ChangeVisualState()
Events
Raised when the IsSelected property has changed.
C#
public event EventHandler IsSelectedChanged