Skip to main content

LayoutItem.ActualContentIndent Property

Gets the actual space between an item’s header and content.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double ActualContentIndent { get; }

Property Value

Type Description
Double

The actual space between an item’s header and content.

Remarks

The ActualContentIndent property returns the actual space between an item’s header and content, taking into account the item’s orientation and default indents. To specify the space between an item’s header and content, use the LayoutItem.HorizontalContentIndent and LayoutItem.VerticalContentIndent properties.

See Also