skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadItemsControl

Represents a control that can be used to present a collection of items.

Inheritance
System.Object
RadView
RadItemsControl
Inherited Members
RadView.OnNativeControlLoaded()
RadView.OnNativeControlUnloaded()
RadView.IsDefaultValue(String)
RadView.OnPropertyChanged(String)
RadView.OnHandlerChanged()
RadView.IsOperational
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll

Syntax

public class RadItemsControl : RadView, IRadItemsControlInternal, IRadItemsControl, IView, IElement, ITransform

Constructors

RadItemsControl()

Initializes a new instance of the RadItemsControl class.

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

Gets or sets the data source for generating the content of the items control.

Declaration
public IList ItemsSource { get; set; }
Property Value
System.Collections.IList

An System.Collections.IList that serves as the source of items for the control.

ItemTemplate

Gets or sets the Microsoft.Maui.Controls.DataTemplate used to display each item.

Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.DataTemplate

A Microsoft.Maui.Controls.DataTemplate that defines the visual structure of items.

Methods

BeginUpdates()

Begins a batch update of the items control.

Declaration
public void BeginUpdates()

OnItemTemplateChanged(Object, Object)

Called when the ItemTemplate property changes.

Declaration
protected virtual void OnItemTemplateChanged(object oldValue, object newValue)
Parameters
System.Object oldValue

The old value of the ItemTemplate property.

System.Object newValue

The new value of the ItemTemplate property.

Explicit Interface Implementations

IRadItemsControl.ItemsSource

Declaration
IList IRadItemsControl.ItemsSource { get; }
Returns
System.Collections.IList

Implements
IRadItemsControl.ItemsSource

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.