Back to Devexpress

DXWrapLayout.Reverse Property

maui-devexpress-dot-maui-dot-core-dot-dxwraplayout-411d8653.md

latest1.0 KB
Original Source

DXWrapLayout.Reverse Property

Gets or sets whether the layout control’s child controls are positioned in reversed order.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public bool Reverse { get; set; }

Property Value

TypeDescription
Boolean

true if child controls are positioned in reversed order; otherwise, false.

|

Remarks

The following image shows how the DXWrapLayout control aligns items with different Reverse property values:

See Also

DXWrapLayout Class

DXWrapLayout Members

DevExpress.Maui.Core Namespace