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

PrintRibbonController.BeginInit() Method

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public override void BeginInit()

Remarks

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

See Also