Skip to main content

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

DataLayoutControl.ForceInitialize() Method

In This Article

Forces the control to finish its initialization.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void ForceInitialize()

#Remarks

You must call the ForceInitialize method before accessing the control’s options that have been initialized at design time, or accessing the options or collections that are dependant on these options. After the control has been initialized, you can manipulate its settings safely.

See Also