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