IRadItemsControl
Interface
Defines a control that can present a collection of items.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
C#
public interface IRadItemsControl : IView, IElement, ITransform
Derived Classes:
Properties
Gets the collection of items that the control will display.
C#
IList ItemsSource { get; }