Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XpoTypesInfoHelper.ForceInitialize() Method

Forces the initialization of the metadata information on XPO business classes.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v24.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

#Declaration

public static void ForceInitialize()

#Remarks

Since the ForceInitialize method is static, you can call in from any appropriate context.

XpoTypesInfoHelper.ForceInitialize();

The XpoTypesInfoHelper.GetXpoTypeInfoSource calls the ForceInitialize method internally. So, there is no need to call ForceInitialize manually before using GetXpoTypeInfoSource.

Refer to the How to: Use XAF Reports in a non-XAF Application topic to see an example on how to use the ForceInitialize method.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ForceInitialize() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also