Back to Devexpress

XafApplication.CreateLayoutManager(Boolean) Method

expressappframework-devexpress-dot-expressapp-dot-xafapplication-dot-createlayoutmanager-x28-system-dot-boolean-x29.md

latest1.6 KB
Original Source

XafApplication.CreateLayoutManager(Boolean) Method

Creates a Layout Manager.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public LayoutManager CreateLayoutManager(
    bool simple
)
vb
Public Function CreateLayoutManager(
    simple As Boolean
) As LayoutManager

Parameters

NameTypeDescription
simpleBoolean

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

|

Returns

TypeDescription
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

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace