Skip to main content

LayoutItem.HorizontalContentIndent Property

Gets or sets the space between the item’s header and content when the content and header are horizontally lined up.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double HorizontalContentIndent { get; set; }

Property Value

Type Description
Double

The horizontal space between the item’s header and content.

See Also