ItemsViewLayout
Class
Base abstract class, representing a layout in the RadItemsView control.
Definition
Namespace:Telerik.Maui.Controls.ItemsView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class ItemsViewLayout : RadLayout
Inheritance: objectRadLayoutItemsViewLayout
Derived Classes:
Inherited Members
Constructors
C#
protected ItemsViewLayout()
Methods
C#
protected override void OnChildAdded(Element childElement)
C#
protected override void OnChildRemoved(Element childElement, int childIndex)