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

PrintRibbonController.EndInit() Method

Ends the PrintRibbonController‘s initialization.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public override void EndInit()

Remarks

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

See Also