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

XtraLayoutPanelBase.LayoutEngine Property

Gets the panel’s LayoutEngine object.

Namespace: DevExpress.Utils.Layout

Assembly: DevExpress.Utils.v20.1.dll

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

Declaration

public override sealed LayoutEngine LayoutEngine { get; }

Property Value

Type Description
LayoutEngine

The LayoutEngine for the panel’s contents.

Remarks

This property supports the internal infrastructure.

See Also