Class RadItemsControl
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadItemsControl : RadView, IRadItemsControlInternal, IRadItemsControl, IView, IElement, ITransform
Constructors
RadItemsControl()
Declaration
public RadItemsControl()
Fields
ItemsSourceProperty
Identifies the ItemsSource bindable property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ItemTemplateProperty
Identifies the ItemTemplate bindable property.
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ItemsSource
Declaration
public IList ItemsSource { get; set; }
Property Value
System.Collections.IList
|
ItemTemplate
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.DataTemplate
|
Methods
BeginUpdates()
Declaration
public void BeginUpdates()
OnItemTemplateChanged(Object, Object)
Declaration
protected virtual void OnItemTemplateChanged(object oldValue, object newValue)
Parameters
System.Object
oldValue
|
System.Object
newValue
|
Explicit Interface Implementations
IRadItemsControl.ItemsSource
Declaration
IList IRadItemsControl.ItemsSource { get; }
Returns
System.Collections.IList
|