Skip to main content

LayoutItem.IsHorizontal Property

Gets whether the item’s header is displayed at the left of the item’s content.

Namespace: DevExpress.UI.Xaml.Layout

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 the item’s header is displayed at the left of the item’s content; otherwise, false.

See Also