Class RadSelectableItemsView
Represents a lightweight collection of items. Supports single and multiple selection, scrolling and virtualization, item styles and templates.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadSelectableItemsView : RadItemsView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IRadSelectableItemsView, IRadItemsView
Constructors
RadSelectableItemsView()
Declaration
public RadSelectableItemsView()
Fields
SelectedItemProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedItemProperty
Field Value
Microsoft.
|
SelectedItemsProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedItemsProperty
Field Value
Microsoft.
|
SelectionModeProperty
Identifies the Selection
Declaration
public static readonly BindableProperty SelectionModeProperty
Field Value
Microsoft.
|
Properties
SelectedItem
Gets or sets the currently selected item in the control.
When the Selection
Declaration
public object SelectedItem { get; set; }
Property Value
System.
|
SelectedItems
Gets or sets the collection of items, which are currently selected in the control.
Declaration
public IList SelectedItems { get; set; }
Property Value
System.
|
SelectionMode
Gets or sets the current selection mode of the collection.
For more information see the Microsoft.
Declaration
public SelectionMode SelectionMode { get; set; }
Property Value
Microsoft.
|
Events
SelectionChanged
Raised when the current selection in the control has changed.
Declaration
public event EventHandler SelectionChanged
Event Type
System.
|