New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a base layout control that provides advanced layout management capabilities with scheduling and validation.

Definition

Constructors

Initializes a new instance of the RadLayout class.

C#
public RadLayout()

Methods

CreateLayoutManager()

ILayoutManager

Creates the layout manager for this layout.

C#
protected override ILayoutManager CreateLayoutManager()
Returns:

ILayoutManager

An instance of RadLayoutManager that manages the layout of child elements.