XtraLayoutPanelBase.LayoutEngine Property
In This Article
Gets the panel’s LayoutEngine object.
Namespace: DevExpress.Utils.Layout
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public sealed override LayoutEngine LayoutEngine { get; }
#Property Value
Type | Description |
---|---|
Layout |
The Layout |
#Remarks
This property supports the internal infrastructure.
See Also