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

Arranges the items of a RadDataForm in a custom layout. The actual layout used to arrange the items is determined by the LayoutTemplate property.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataFormCustomLayout : DataFormLayout

Inheritance: objectDataFormLayoutDataFormCustomLayout

Constructors

C#
public DataFormCustomLayout()

Fields

LayoutTemplateProperty

BindableProperty

Identifies the LayoutTemplate property.

C#
public static readonly BindableProperty LayoutTemplateProperty

Properties

LayoutTemplate

DataTemplate

Gets or sets the DataTemplate used for creating the actual layout, which is responsible for arranging the items within the RadDataForm.

C#
public DataTemplate LayoutTemplate { get; set; }