Class
SelectableItemView

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: TreeViewItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members ItemView.ContentTemplatePropertyItemView.TextColorPropertyItemView.FontFamilyPropertyItemView.FontSizePropertyItemView.FontAttributesPropertyItemView.TextDecorationsPropertyItemView.HorizontalTextAlignmentPropertyItemView.VerticalTextAlignmentPropertyItemView.HorizontalContentOptionsPropertyItemView.VerticalContentOptionsPropertyItemView.OnBindingContextChanged()ItemView.OnHandlerChanged()ItemView.InvalidateMeasureOverride()ItemView.MeasureOverride(double, double)ItemView.ArrangeOverride(Rect)ItemView.ContentTemplateItemView.TextColorItemView.FontFamilyItemView.FontSizeItemView.FontAttributesItemView.TextDecorationsItemView.HorizontalTextAlignmentItemView.VerticalTextAlignmentItemView.HorizontalContentOptionsItemView.VerticalContentOptionsRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)

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.

Declaration

cs-api-definition
public bool IsSelected { get; set; }

Property Value

bool

Methods

ChangeVisualState()

Declaration

cs-api-definition
protected override void ChangeVisualState()

Events

IsSelectedChanged

Raised when the IsSelected property has changed.

Declaration

cs-api-definition
public event EventHandler IsSelectedChanged

Event Value

EventHandler