Skip to main content

LayoutItem.AllowHeaderTextContentVerticalCorrection Property

Gets or sets whether the item’s header position is adjusted by a few pixels so that the header is lined up with the text of the editor displayed in the content region.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool AllowHeaderTextContentVerticalCorrection { get; set; }

Property Value

Type Description
Boolean

true, to line up the item’s header and text in the edit box; otherwise, false.

See Also