Class ItemsViewLayout
Base abstract class, representing a layout in the Rad
Inherited Members
Namespace: Telerik.Maui.Controls.ItemsView
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class ItemsViewLayout : RadLayout
Constructors
ItemsViewLayout()
Declaration
protected ItemsViewLayout()
Methods
OnChildAdded(Element)
Declaration
protected override void OnChildAdded(Element childElement)
Parameters
Microsoft.
|
OnChildRemoved(Element, Int32)
Declaration
protected override void OnChildRemoved(Element childElement, int childIndex)
Parameters
Microsoft.
|
System.
|