Skip to main content
All docs
V24.2

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

HtmlContentControl.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 virtual void ForceInitialize()

#Remarks

Call the ForceInitialize method if you create an HtmlContentControl at design time, and want to additionally customize the control’s options on a form’s load in code (for instance, in the Form.Load event handler).

After the control has been initialized (by the ForceInitialize method call), you can safely manipulate its settings on the form’s load.

See Also