Class
RadSelectableItemsView

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:

cs-api-definition
public class RadSelectableItemsView : RadItemsView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewRadItemsViewRadSelectableItemsView

Derived Classes: RadTreeView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadItemsView.ItemsSourcePropertyRadItemsView.ItemStylePropertyRadItemsView.ItemStyleSelectorPropertyRadItemsView.ItemTemplatePropertyRadItemsView.EmptyStylePropertyRadItemsView.EmptyTemplatePropertyRadItemsView.IsEmptyPropertyRadItemsView.HorizontalScrollBarStylePropertyRadItemsView.HorizontalScrollBarTemplatePropertyRadItemsView.HorizontalScrollBarVisibilityPropertyRadItemsView.HorizontalScrollBarLayoutModePropertyRadItemsView.VerticalScrollBarStylePropertyRadItemsView.VerticalScrollBarTemplatePropertyRadItemsView.VerticalScrollBarVisibilityPropertyRadItemsView.VerticalScrollBarLayoutModePropertyRadItemsView.ItemTappedCommandPropertyRadItemsView.ItemHoldingCommandPropertyRadItemsView.ScrollTo(object)RadItemsView.OnApplyTemplate()RadItemsView.ItemsSourceRadItemsView.ItemStyleRadItemsView.ItemStyleSelectorRadItemsView.ItemTemplateRadItemsView.EmptyStyleRadItemsView.EmptyTemplateRadItemsView.IsEmptyRadItemsView.HorizontalScrollBarStyleRadItemsView.HorizontalScrollBarTemplateRadItemsView.HorizontalScrollBarVisibilityRadItemsView.HorizontalScrollBarLayoutModeRadItemsView.VerticalScrollBarStyleRadItemsView.VerticalScrollBarTemplateRadItemsView.VerticalScrollBarVisibilityRadItemsView.VerticalScrollBarLayoutModeRadItemsView.ItemTappedCommandRadItemsView.ItemHoldingCommandRadItemsView.ScrollToCommandRadItemsView.ItemsSourceChangedRadItemsView.ItemTappedRadItemsView.ItemHoldingRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

RadSelectableItemsView()

Declaration

cs-api-definition
public RadSelectableItemsView()

Fields

SelectedItemProperty

Identifies the SelectedItem property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectedItemProperty

Field Value

BindableProperty

SelectedItemsProperty

Identifies the SelectedItems property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectedItemsProperty

Field Value

BindableProperty

SelectionModeProperty

Identifies the SelectionMode property.

Declaration

cs-api-definition
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.

Declaration

cs-api-definition
public object SelectedItem { get; set; }

Property Value

object

SelectedItems

Gets or sets the collection of items, which are currently selected in the control.

Declaration

cs-api-definition
public IList SelectedItems { get; set; }

Property Value

IList

SelectionMode

Gets or sets the current selection mode of the collection. For more information see the SelectionMode type.

Declaration

cs-api-definition
public SelectionMode SelectionMode { get; set; }

Property Value

SelectionMode

Events

SelectionChanged

Raised when the current selection in the control has changed.

Declaration

cs-api-definition
public event EventHandler SelectionChanged

Event Value

EventHandler