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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

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