ClassRadSelectableItemsView
Represents a lightweight collection of items. Supports single and multiple selection, scrolling and virtualization, item styles and templates.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadSelectableItemsView : RadItemsView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewRadItemsViewRadSelectableItemsView
Derived Classes:
Implements:
Inherited Members
Constructors
RadSelectableItemsView()
Declaration
public RadSelectableItemsView()
Fields
SelectedItemProperty
Identifies the SelectedItem property.
Declaration
public static readonly BindableProperty SelectedItemProperty
Field Value
BindableProperty
SelectedItemsProperty
Identifies the SelectedItems property.
Declaration
public static readonly BindableProperty SelectedItemsProperty
Field Value
BindableProperty
SelectionModeProperty
Identifies the SelectionMode property.
Declaration
public static readonly BindableProperty SelectionModeProperty
Field Value
BindableProperty
Properties
SelectedItem
Gets or sets the currently selected item in the control. When the SelectionMode property is set to , this is the first selected item in the SelectedItems collection.
SelectedItems
Gets or sets the collection of items, which are currently selected in the control.
SelectionMode
Gets or sets the current selection mode of the collection. For more information see the SelectionMode type.
Declaration
public SelectionMode SelectionMode { get; set; }
Property Value
SelectionMode
Events
SelectionChanged
Raised when the current selection in the control has changed.