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

RibbonControl.ForceInitialize() Method

In This Article

Forces the Ribbon Control to finish its initialization.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public virtual void ForceInitialize()

#Remarks

You must call the ForceInitialize method before changing Ribbon options when a form is being loaded (for instance, when changing the control’s settings in the Form.Load event handler). After the Ribbon Control has been initialized, you can safely manipulate its settings.

See Also