Interface IRadItemsControl
Defines a control that can present a collection of items.
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadItemsControl : IView, IElement, ITransform
Properties
ItemsSource
Gets the collection of items that the control will display.
Declaration
IList ItemsSource { get; }
Property Value
System.Collections.IList
|