Interface IRadItemsControl
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadItemsControl : IView, IElement, ITransform
Properties
ItemsSource
Declaration
IList ItemsSource { get; }
Property Value
System.Collections.IList
|