Class RadCollectionViewItemView
Represents a selectable item in a RadCollectionView control.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadCollectionViewItemView : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
RadCollectionViewItemView()
Initializes a new instance of the RadCollectionViewItemView class.
Declaration
public RadCollectionViewItemView()
Fields
ActualPaddingProperty
Identifies the ActualPadding property.
Declaration
public static readonly BindableProperty ActualPaddingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
GroupLevelIndentationProperty
Identifies the GroupLevelIndentation property.
Declaration
public static readonly BindableProperty GroupLevelIndentationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsSelectedProperty
Identifies the IsSelected property.
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PaddingProperty
Identifies the Padding property.
Declaration
public static readonly BindableProperty PaddingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StyleProperty
Identifies the Style property.
Declaration
public static readonly BindableProperty StyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualPadding
Gets the actual padding of the item that is combination of the Padding and GroupLevelIndentation properties.
Declaration
public Thickness ActualPadding { get; }
Property Value
Microsoft.Maui.Thickness
|
GroupLevelIndentation
Gets or sets the indentation that accumulates for each group level.
Declaration
public double GroupLevelIndentation { get; set; }
Property Value
System.Double
|
IsSelected
Gets or sets a value indicating whether the item is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Padding
Gets or sets the Padding of the item.
Declaration
public Thickness Padding { get; set; }
Property Value
Microsoft.Maui.Thickness
|
Style
Gets or sets the Style of the control.
Declaration
public Style Style { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|