Class ItemsControl
Inherited Members
Namespace: Telerik.XamarinForms.DataControls
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public class ItemsControl : RadView, INotifyNativeControlLoaded
Constructors
ItemsControl()
Declaration
public ItemsControl()
Fields
ItemsSourceProperty
Identifies the ItemsSource bindable property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Xamarin.Forms.BindableProperty
|
ItemTemplateProperty
Identifies the ItemTemplate bindable property.
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
ItemsSource
Declaration
public IList ItemsSource { get; set; }
Property Value
System.Collections.IList
|
ItemTemplate
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Xamarin.Forms.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
|