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

BaseListBoxControl.ForceInitialize() Method

In This Article

Forces the control to finish its initialization.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public void ForceInitialize()

#Remarks

If the control has been created and customized at design time and you want to change its settings on form loading, you must call the ForceInitialize method beforehand. This method finishes the control’s initialization. After the method is called, the control’s settings (for instance, the item collection) can safely be accessed and modified.

See Also