Skip to main content
All docs
V25.1
  • XtraLayoutPanelBase.LayoutEngine Property

    Gets the panel’s LayoutEngine object.

    Namespace: DevExpress.Utils.Layout

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public sealed override LayoutEngine LayoutEngine { get; }

    Property Value

    Type Description
    LayoutEngine

    The LayoutEngine for the panel’s contents.

    Remarks

    This property supports the internal infrastructure.

    See Also