ClassRadItemsControl
Represents a control that can be used to present a collection of items.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadItemsControl : RadView, IRadItemsControl, IView, IElement, ITransform
Inheritance: objectRadViewRadItemsControl
Implements:
Inherited Members
Constructors
RadItemsControl()
Initializes a new instance of the RadItemsControl class.
Declaration
public RadItemsControl()
Fields
ItemTemplateProperty
Identifies the ItemTemplate bindable property.
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
BindableProperty
ItemsSourceProperty
Identifies the ItemsSource bindable property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
BindableProperty
Properties
ItemTemplate
Gets or sets the DataTemplate used to display each item.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
DataTemplate
A DataTemplate that defines the visual structure of items.
ItemsSource
Gets or sets the data source for generating the content of the items control.
Methods
BeginUpdates()
Begins a batch update of the items control.
Declaration
public void BeginUpdates()
OnItemTemplateChanged(object, object)
Called when the ItemTemplate property changes.
Declaration
protected virtual void OnItemTemplateChanged(object oldValue, object newValue)
Parameters
oldValue
The old value of the ItemTemplate property.
newValue
The new value of the ItemTemplate property.