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

Represents a multitude of paths.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class RadMultiPath : RadLayout

Inheritance: objectRadLayoutRadMultiPath

Inherited Members RadLayout.CreateLayoutManager()

Constructors

Initializes a new instance of the multi path.

C#
public RadMultiPath()

Properties

Gets the collection of path definitions describing the multi path.

C#
public ObservableItemCollection<RadPathDefinition> Definitions { get; }