Skip to main content

LayoutGroupBase.IsHorizontal Property

Gets whether items in the group are horizontally arranged.

Namespace: DevExpress.UI.Xaml.Layout.Base

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsHorizontal { get; }

Property Value

Type Description
Boolean

true, if items in the group are horizontally arranged; otherwise, false.

Remarks

The LayoutGroupBase.Orientation and LayoutGroupBase.PortraitOrientation properties and device orientation are taken into account when calculating the IsHorizontal property value.

See Also