Class
DataFormFlexLayout

Arranges the items of a RadDataForm in a flex layout. The behavior of the individual items can be controlled further with some of the attached properties of the type. For more information see the component.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataFormFlexLayout : DataFormLayout

Inheritance: objectDataFormLayoutDataFormFlexLayout

Constructors

DataFormFlexLayout()

Declaration

cs-api-definition
public DataFormFlexLayout()

Fields

AlignContentProperty

Identifies the AlignContent property.

Declaration

cs-api-definition
public static readonly BindableProperty AlignContentProperty

Field Value

BindableProperty

AlignItemsProperty

Identifies the AlignItems property.

Declaration

cs-api-definition
public static readonly BindableProperty AlignItemsProperty

Field Value

BindableProperty

DirectionProperty

Identifies the Direction property.

Declaration

cs-api-definition
public static readonly BindableProperty DirectionProperty

Field Value

BindableProperty

JustifyContentProperty

Identifies the JustifyContent property.

Declaration

cs-api-definition
public static readonly BindableProperty JustifyContentProperty

Field Value

BindableProperty

PositionProperty

Identifies the Position property.

Declaration

cs-api-definition
public static readonly BindableProperty PositionProperty

Field Value

BindableProperty

WrapProperty

Identifies the Wrap property.

Declaration

cs-api-definition
public static readonly BindableProperty WrapProperty

Field Value

BindableProperty

Properties

AlignContent

Gets or sets a value that controls how multiple rows or columns of items are aligned. For more information see the FlexAlignContent type.

Declaration

cs-api-definition
public FlexAlignContent AlignContent { get; set; }

Property Value

FlexAlignContent

AlignItems

Gets or sets a value that controls how the items are laid out within their row or column. For more information see the FlexAlignItems type.

Declaration

cs-api-definition
public FlexAlignItems AlignItems { get; set; }

Property Value

FlexAlignItems

Direction

Gets or sets the flex direction of the items within the flex layout. For more information see the FlexDirection type.

Declaration

cs-api-definition
public FlexDirection Direction { get; set; }

Property Value

FlexDirection

JustifyContent

Gets or sets a value that controls how the items are justified when there is extra space. For more information see the FlexJustify type.

Declaration

cs-api-definition
public FlexJustify JustifyContent { get; set; }

Property Value

FlexJustify

Position

Gets or sets a value that controls whether the coordinates of the items are absolute or relative. For more information see the FlexPosition type.

Declaration

cs-api-definition
public FlexPosition Position { get; set; }

Property Value

FlexPosition

Wrap

Gets or sets a value that controls how the items within the flex layout wrap. For more information see the FlexWrap type.

Declaration

cs-api-definition
public FlexWrap Wrap { get; set; }

Property Value

FlexWrap