DataLayoutControl.ForceInitialize() Method
Forces the control to finish its initialization.
Namespace: DevExpress.XtraDataLayout
Assembly: DevExpress.XtraLayout.v24.1.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