Skip to main content

XafApplication.CreateLayoutManager(Boolean) Method

Creates a Layout Manager.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public LayoutManager CreateLayoutManager(
    bool simple
)

Parameters

Name Type Description
simple Boolean

A Boolean value that indicates whether a simple Layout Manager must be created.

Returns

Type Description
DevExpress.ExpressApp.Layout.LayoutManager

A LayoutManager object.

Remarks

This method returns an instance of a platform-specific layout manager. Override the CreateLayoutManager method to use a custom Layout Manager type.

You may need to use this method, if your control contains other controls that must be arranged by a Layout Manager.

See Also