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
public RadSelectableItemsView()
Fields
SelectedItemProperty
BindableProperty
Identifies the SelectedItem property.
public static readonly BindableProperty SelectedItemProperty
SelectedItemsProperty
BindableProperty
Identifies the SelectedItems property.
public static readonly BindableProperty SelectedItemsProperty
SelectionModeProperty
BindableProperty
Identifies the SelectionMode property.
public static readonly BindableProperty SelectionModeProperty
Properties
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.
public object SelectedItem { get; set; }
Gets or sets the collection of items, which are currently selected in the control.
public IList SelectedItems { get; set; }
SelectionMode
SelectionMode
Gets or sets the current selection mode of the collection. For more information see the SelectionMode type.
public SelectionMode SelectionMode { get; set; }
Events
Raised when the current selection in the control has changed.
public event EventHandler SelectionChanged