Skip to main content
A newer version of this page is available. .

RibbonControllerBase.BeginInit() Method

Starts the RibbonControllerBase‘s initialization. Initialization occurs at runtime.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

public abstract void BeginInit()

Remarks

Note that you shouldn’t use the BeginInit method directly in your code. To initialize the RibbonControllerBase instance, use its RibbonControllerBase.Initialize method instead.

See Also