Skip to main content
A newer version of this page is available. .

LayoutControl.UseContentBasedAlignment Property

Specifies whether to align parent groups according to their content. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v21.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public bool UseContentBasedAlignment { get; set; }

Property Value

Type Description
Boolean

true, to match the alignment of parent and child groups; false, to specify the alignment of parent and child groups independently.

See Also