Skip to main content
All docs
V25.1
  • 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.v25.1.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