HtmlContentControl.ForceInitialize() Method
Forces the control to finish its initialization.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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