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

    Gets the panel’s LayoutEngine object.

    Namespace: DevExpress.Utils.Layout

    Assembly: DevExpress.Utils.v26.1.dll

    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